From d7bc62a05dfa09dffa15abac8af23edb681cc0e3 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 14 May 2024 10:13:48 +0200 Subject: [PATCH] . --- v2-http3/Shopware/Shopware 6 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v2-http3/Shopware/Shopware 6 b/v2-http3/Shopware/Shopware 6 index 2068652..e388b5f 100755 --- a/v2-http3/Shopware/Shopware 6 +++ b/v2-http3/Shopware/Shopware 6 @@ -44,7 +44,9 @@ server { send_timeout 300s; client_body_buffer_size 128k; fastcgi_pass 127.0.0.1:{{php_fpm_port}}; - } + } + + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html;