satisfy problem
lhmwzy
lhmwzy at gmail.com
Fri Apr 8 08:16:34 MSD 2011
another problem:
when use:
location ^~ /ks/admin
{
satisfy any;
allow 10.68.136.241/32;
allow 10.66.23.80/32;
deny all;
auth_basic "passwd";
auth_basic_user_file ksadminpasswd;
}
then the 401 error page can not be customized,only show the default
401error page:
"401 Authorization Required
-------------------------------------------------------------------------------
nginx/0.9.7
".
More information about the nginx
mailing list