Am 06.11.2014 02:46 schrieb nrahl:
I'malso trying to add an exception, where any path starting with /Public isallowed by anyone with no password.
location ~* ^/Public {
satisfy any;
allow all;
}
location /Public { auth_basic off; }
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx
