Problem with nginx/0.8.54 and alias

Amanager nginx-forum at nginx.us
Fri Feb 18 10:03:31 MSK 2011


Igor Sysoev Wrote:
-------------------------------------------------------
> Use late 0.8.x with this configuration:
> 
>  location ~ ^/phpmyadmin/(?.+\.php)$ {
>      fastcgi_pass 127.0.0.1:9000;
>      fastcgi_param SCRIPT_FILENAME
/var/www/monsite.fr/phpMyAdmin/$NAME;
>      include fastcgi_params;
>  }

I tried this code but it does not work. I still have the header HTTP/1.1
404 Not Found.

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




More information about the nginx mailing list