> location /Public { auth_basic off; }
>
This prevents the password prompt from appearing on /Public, but results in
an immediate 403 Forbidden error on that location.
I've also tried:
location /Public { auth_basic off; allow all; }
But adding "allow all" causes the password prompt to appear on that location
again.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,254625,254636#msg-254636
_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx