From f4d09a31ec7b8db987aecb8279132ce6f43e4b54 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Mon, 8 May 2023 14:27:22 +0200 Subject: [PATCH] . --- v2-varnish/Shopware/Shopware 6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2-varnish/Shopware/Shopware 6 b/v2-varnish/Shopware/Shopware 6 index c3d7711..a5b3474 100755 --- a/v2-varnish/Shopware/Shopware 6 +++ b/v2-varnish/Shopware/Shopware 6 @@ -23,8 +23,8 @@ server { {{settings}} - location /recovery/install/ { - try_files $uri $uri/ /recovery/install/index.php?$args; + location ~/shopware-installer.phar.php/ { + try_files $uri $uri/ /shopware-installer.phar.php?$args; } try_files $uri $uri/ /index.php?$args;