From 9b09a0f01fcc024e8c3627919d835b2b59d6d6ae Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Mon, 8 May 2023 14:39:59 +0200 Subject: [PATCH] . --- v2-varnish/Shopware/Shopware 6 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2-varnish/Shopware/Shopware 6 b/v2-varnish/Shopware/Shopware 6 index a5b3474..8e2f570 100755 --- a/v2-varnish/Shopware/Shopware 6 +++ b/v2-varnish/Shopware/Shopware 6 @@ -1,4 +1,4 @@ -#{"rootDirectory":"public","phpVersion":"8.2"} +#{"rootDirectory":"","phpVersion":"8.2"} server { listen 80; listen [::]:80; @@ -23,6 +23,7 @@ server { {{settings}} + rewrite ^/public/installer /public/index.php last; location ~/shopware-installer.phar.php/ { try_files $uri $uri/ /shopware-installer.phar.php?$args; }