This commit is contained in:
Stefan Wieczorek
2022-04-05 10:19:42 +02:00
parent 398597e8ff
commit e2d548f917
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ server {
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args =404; try_files $uri $uri/ /index.php?$args;
index index.php index.html; index index.php index.html;
location ~ \.php$ { location ~ \.php$ {

View File

@@ -18,7 +18,7 @@ server {
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args =404; try_files $uri $uri/ /index.php?$args;
index index.php index.html; index index.php index.html;
location ~ \.php$ { location ~ \.php$ {