This commit is contained in:
Stefan Wieczorek
2022-04-06 11:25:53 +02:00
parent 1d2c948921
commit eb5a1bb2d6

View File

@@ -18,6 +18,10 @@ server {
{{settings}} {{settings}}
location /typo3/ {
try_files $uri $uri/ /typo3/index.php?$args;
}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;
index index.php index.html; index index.php index.html;