Group: Member 
Post Group: Working Newbie
Posts: 64
Status: 
|
This weird effect doesn't appear with a path other than root. Say I have an image in http://mydomain.com/pic/bob.jpg, if I had this location block from Webuzo > Extra Conf, it well works : Error 403 - Forbidden.
Code # Just to see if location block considered or ignored
location /pic {
deny all;
}
So, maybe it's just all about any "location / {...}" block?
----------------------- OpenVZ VPS, CentOS 7, Webuzo Premium / Desktop and full-stack dev w/ C, C++, Python, Perl, javascript... |