Require a password for everything except one folder?

Philipp e1c1bac6253dc54a1e89ddc046585792 at posteo.net
Thu Nov 6 07:01:49 UTC 2014


Am 06.11.2014 02:46 schrieb nrahl:
> I'm
> also trying to add an exception, where any path starting with /Public 
> is
> allowed by anyone with no password.

>    location ~* ^/Public {
>       satisfy any;
>       allow all;
>    }

location /Public { auth_basic off; }



More information about the nginx mailing list