domain.com/phpmyadmin/index.php how-to?

kalinski nginx-forum at nginx.us
Wed Apr 6 13:02:57 MSD 2011


yes thank you! i guess i just forgot to put the root directive...

or better for my case to set the alias:

 location ~ ^/phpmyadmin/(.*)(\.php)$ {

alias /usr/share/phpmyadmin/;

fastcgi_pass upstream_backend;

etc...

}

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




More information about the nginx mailing list