This commit is contained in:
Stefan Wieczorek
2022-04-19 14:19:34 +02:00
parent ece6ff3cee
commit 1b1ab2d48f
2 changed files with 4 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ server {
allow all;
}
{{settings}}
location / {
rewrite ^ /index.php;
}