Opened 13 years ago
Closed 13 years ago
#57 closed defect (invalid)
variables in error_log don't work
Reported by: | www.google.com/accounts/o8/id?id=AItOawkflBYXMSnj_lAPbPA6aqdN7ORpdY98eZA | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.0.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: |
Description
Example:
set $site test.com; error_log /var/log/nginx/$site-error.log access_log /var/log/nginx/$site-access.log
ls /var/log/nginx/
$site-error.log
test.com-access.log
Note:
See TracTickets
for help on using tickets.
Variables aren't supported by error_log directive.