Basic protection for different IPs

Manuel Thoenes mthoenes at contentfleet.com
Thu Oct 8 10:32:49 UTC 2015


Hi Ian,

simply combine your basic auth with
==
auth_basic "xxxx";
auth_basic_user_file xxxx;

satisfy any;
allow 127.0.0.1;
allow ::1;
deny all;
==

Regards,
Manu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20151008/db1091b0/attachment.html>


More information about the nginx mailing list