update a little

This commit is contained in:
zackartz 2024-05-03 17:03:59 -04:00
parent 6ca91f580a
commit 0e01629be0
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -53,6 +53,8 @@
'';
locations."/favicon.ico".extraConfig = ''
access_log off; log_not_found off;
'';
locations."/robots.txt".extraConfig = ''
access_log off; log_not_found off;
'';
locations."~ \\.php$".extraConfig = ''
@ -71,7 +73,7 @@
fastcgi_read_timeout 300;
'';
locations."~ //\.ht".extraConfig = ''
locations."~ ///\.ht".extraConfig = ''
deny all;
'';