Unable to use variables in error_log
Kirill A. Korinskiy
catap+nginx at catap.ru
Tue May 12 15:41:44 MSD 2009
At Tue, 12 May 2009 09:41:17 +0100,
Phill <phill at theactivitypeople.co.uk> wrote:
>
> It seems as though its not currently possible to use variables in
> error_log config. At the moment I use a config similar to:
>
> set $root /var/www/myapp;
> root $root;
> location ~ \.php($|/) {
> set $script $uri;
> fastcgi_param SCRIPT_FILENAME $root$script;
> }
>
> I'd like to add:
>
> error_log $root/logs/error.log;
>
> but that tries to write to "\$root/logs/error.log" rather than the
> expanded "/var/www/myapp/logs/error.log".
>
> Will this be available in future releases?
>
error_log don't support the http variables.
--
wbr, Kirill
More information about the nginx
mailing list