From eb5a1bb2d68542846d4c93e56584f51fb62ab53b Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Wed, 6 Apr 2022 11:25:53 +0200 Subject: [PATCH] . --- v2/TYPO3/TYPO3 v11 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/v2/TYPO3/TYPO3 v11 b/v2/TYPO3/TYPO3 v11 index 4c95595..3a50c5a 100755 --- a/v2/TYPO3/TYPO3 v11 +++ b/v2/TYPO3/TYPO3 v11 @@ -18,6 +18,10 @@ server { {{settings}} + location /typo3/ { + try_files $uri $uri/ /typo3/index.php?$args; + } + try_files $uri $uri/ /index.php?$args; index index.php index.html;