parent
b45faa4993
commit
93de0bea49
@ -31,6 +31,10 @@ http {
|
|||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php?$args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location ~ \.(tpl|cache)$ {
|
||||||
|
return 403;
|
||||||
|
}
|
||||||
|
|
||||||
location = /robots.txt {
|
location = /robots.txt {
|
||||||
allow all;
|
allow all;
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user