From 18ca1078510f4c91d2be12332f8a5d1d1fc06081 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Wed, 25 May 2022 15:53:28 +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 4a538ca..c91d2ab 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;