Block
RandysPants
nginx-forum at nginx.us
Thu Jun 26 05:01:13 UTC 2014
Hello, new to all this so I apologize if my question is not formatted
correctly.
We only allow https from outside our network (via hardware firewall).
I want to block access to usr/share/nginx/html but allow access access to
usr/share/nginx/html/folder1
I have figured I need to be working with the ssl.conf file and have
successfully blocked /usr/share/nginx/html/folder2 I just cant figure out
how to deny all for the main html folder while allowing /folder1 to be
accessible.
If I add:
location / {
deny all;
}
It blocks just fine I just cant figure out how to allow /folder2
Thanks!
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251176,251176#msg-251176
More information about the nginx
mailing list