Problem with nginx/0.8.54 and alias
Dayo
nginx-forum at nginx.us
Thu Feb 17 21:09:15 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;
> }
Tried this out on 0.8.54 and got ...
pcre_compile() failed: unrecognized character after (?< in
"^/phpmyadmin/(?.+\.php)$" at "NAME>.+\.php)$"
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,176110,176236#msg-176236
More information about the nginx
mailing list