update a little
This commit is contained in:
parent
6ca91f580a
commit
0e01629be0
1 changed files with 3 additions and 1 deletions
|
|
@ -53,6 +53,8 @@
|
||||||
'';
|
'';
|
||||||
locations."/favicon.ico".extraConfig = ''
|
locations."/favicon.ico".extraConfig = ''
|
||||||
access_log off; log_not_found off;
|
access_log off; log_not_found off;
|
||||||
|
'';
|
||||||
|
locations."/robots.txt".extraConfig = ''
|
||||||
access_log off; log_not_found off;
|
access_log off; log_not_found off;
|
||||||
'';
|
'';
|
||||||
locations."~ \\.php$".extraConfig = ''
|
locations."~ \\.php$".extraConfig = ''
|
||||||
|
|
@ -71,7 +73,7 @@
|
||||||
fastcgi_read_timeout 300;
|
fastcgi_read_timeout 300;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
locations."~ //\.ht".extraConfig = ''
|
locations."~ ///\.ht".extraConfig = ''
|
||||||
deny all;
|
deny all;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue