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