Opened 12 years ago

Closed 12 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

Change History (1)

comment:1 by Maxim Dounin, 12 years ago

Resolution: invalid
Status: newclosed

Variables aren't supported by error_log directive.

Note: See TracTickets for help on using tickets.