Hi, guys!
I am attempting to secure one subdirectory on the server with ngx_http_auth_basic_module. Unfortunately, without success.
In log file error:
2013/06/24 22:03:05 [crit] 34189#0: *1 open() "/usr/local/etc/nginx/authpw" failed (13: Permission denied), client: 111.222.251.165, server: server.com.ua, request: "GET /private/ HTTP/1.1", host: "server.com.ua"
Part of nginx.conf:
location ^~ /private {
auth_basic "Closed area, sorry...";
auth_basic_user_file /usr/local/etc/nginx/authpw;
# ls -lo ./authpw
-r--r----- 1 root www - 50 24 чер 21:58 ./authpw
# cat ./authpw
#coments
vv:$apr1$NhsePrJ/$MHMNGRoELdDfzcE/kGJpz1
What I have missed?
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx