This commit is contained in:
Stefan Wieczorek
2021-12-19 18:55:53 +01:00
parent cb2fd1684c
commit 04f44f45e8

View File

@@ -26,6 +26,14 @@ server {
{{basic_auth}} {{basic_auth}}
location ~ ^/(config|tmp|core|lang) {
return 403;
}
location ~ /.ht {
return 403;
}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
index index.php index.html; index index.php index.html;