if ($time_iso8601 ~ "^(d{4})-(d{2})-(d{2})") { set $year $1; set $month $2; set $day $3; }access_log /home/test/access.$year-$month-$day.log main;