also prevent access to htaccess files
This commit is contained in:
parent
d16cc83c2f
commit
3cb6572b5d
@ -31,7 +31,7 @@ http {
|
||||
try_files $uri $uri/ /index.php?route=$uri&$args;
|
||||
}
|
||||
|
||||
location ~ \.(tpl|cache)$ {
|
||||
location ~ \.(tpl|cache|htaccess)$ {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user