Problem with nginx/0.8.54 and alias

Jim Ohlstein nginx-forum at nginx.us
Mon Mar 14 15:31:27 MSK 2011


Igor Sysoev Wrote:
-------------------------------------------------------

[...]

> 
> Use late 0.8.x with this configuration:
> 
>  location ~ ^/phpmyadmin/(?<NAME>.+\.php)$ {
>      fastcgi_pass 127.0.0.1:9000;
>      fastcgi_param SCRIPT_FILENAME

>From my tests this is not only quoted correctly but formatted correctly
in email.

>                   
> /var/www/monsite.fr/phpMyAdmin/$NAME;
>      include fastcgi_params;
>  }
> 
> 
> -- 
> Igor Sysoev
> http://sysoev.ru/en/

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,176110,182782#msg-182782




More information about the nginx mailing list