From f7f4655ee9bf4b769334e5de19666af691076e99 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Wed, 25 May 2022 15:55:07 +0200 Subject: [PATCH] . --- v2/PrestaShop/PrestaShop 1.7 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/PrestaShop/PrestaShop 1.7 b/v2/PrestaShop/PrestaShop 1.7 index c91d2ab..4a538ca 100755 --- a/v2/PrestaShop/PrestaShop 1.7 +++ b/v2/PrestaShop/PrestaShop 1.7 @@ -12,9 +12,9 @@ server { {{nginx_access_log}} {{nginx_error_log}} - if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; - } + #if ($scheme != "https") { + # rewrite ^ https://$host$uri permanent; + #} location ~ /.well-known { auth_basic off;