Blocking in nginx .env

This commit is contained in:
myvesta 2022-03-30 14:12:30 +02:00
commit 3cf64450a2
137 changed files with 252 additions and 137 deletions

View file

@ -37,7 +37,7 @@ server {
location = /robots.txt { access_log off; log_not_found off; }
location = /favicon.ico { access_log off; log_not_found off; }
location ~ /\. { access_log off; log_not_found off; deny all; }
location ~ /\.ht { access_log off; log_not_found off; deny all; }
location ~ ~$ { access_log off; log_not_found off; deny all; }
error_page 403 /error/404.html;