From 997dfbd4fa0b0f3a176cdfe583a40f5b20b21bfb Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 9 Dec 2025 10:26:37 +0100 Subject: [PATCH] . --- v2-http3/TYPO3/TYPO3 14 | 6 +++--- v2-varnish/TYPO3/TYPO3 14 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v2-http3/TYPO3/TYPO3 14 b/v2-http3/TYPO3/TYPO3 14 index a970f2c..bbec7d5 100755 --- a/v2-http3/TYPO3/TYPO3 14 +++ b/v2-http3/TYPO3/TYPO3 14 @@ -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; diff --git a/v2-varnish/TYPO3/TYPO3 14 b/v2-varnish/TYPO3/TYPO3 14 index d77bd8b..65b6849 100755 --- a/v2-varnish/TYPO3/TYPO3 14 +++ b/v2-varnish/TYPO3/TYPO3 14 @@ -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;