This commit is contained in:
Stefan Wieczorek
2025-12-09 10:26:37 +01:00
parent 43335194bd
commit 997dfbd4fa
2 changed files with 6 additions and 6 deletions

View File

@@ -27,9 +27,9 @@ server {
{{settings}}
location /typo3/ {
try_files $uri $uri/ /typo3/index.php?$args;
}
#location /typo3/ {
# try_files $uri $uri/ /typo3/index.php?$args;
#}
include /etc/nginx/global_settings;

View File

@@ -23,9 +23,9 @@ server {
{{settings}}
location /typo3/ {
try_files $uri $uri/ /typo3/index.php?$args;
}
#location /typo3/ {
# try_files $uri $uri/ /typo3/index.php?$args;
#}
try_files $uri $uri/ /index.php?$args;
index index.php index.html;