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;