diff --git a/v2-varnish/Shopware/Shopware 6 b/v2-varnish/Shopware/Shopware 6 index 8e2f570..9575fd2 100755 --- a/v2-varnish/Shopware/Shopware 6 +++ b/v2-varnish/Shopware/Shopware 6 @@ -1,4 +1,4 @@ -#{"rootDirectory":"","phpVersion":"8.2"} +#{"rootDirectory":"public","phpVersion":"8.0"} server { listen 80; listen [::]:80; @@ -23,9 +23,12 @@ server { {{settings}} - rewrite ^/public/installer /public/index.php last; - location ~/shopware-installer.phar.php/ { - try_files $uri $uri/ /shopware-installer.phar.php?$args; + #location ~/shopware-installer.phar.php/ { + # try_files $uri $uri/ /shopware-installer.phar.php?$args; + #} + + location /recovery/install/ { + try_files $uri $uri/ /recovery/install/index.php?$args; } try_files $uri $uri/ /index.php?$args;