Answer the question
In order to leave comments, you need to log in
Nginx + apache2 deny from all directives not working?
OS: Ubuntu 16.10
Bundle: Nginx + apache2
I registered in the .htaccess file
order allow,deny
deny from all
Answer the question
In order to leave comments, you need to log in
Block in nginx, as it most likely gives away static.
location /file/1.jpg {
deny all;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question