how to bypass http auth for certain IPs?
Patrick Aljord
patcito at gmail.com
Sat Feb 7 10:20:28 MSK 2009
I found out:
satisfy any;
allow 127.0.0.1;
deny all;
auth_basic "Registered";
auth_basic_user_file /etc/nginx/htpasswd;
More information about the nginx
mailing list