From c6f0a00c1557b5017c7b3edd554d1198534403cb Mon Sep 17 00:00:00 2001 From: free Date: Sun, 10 Jun 2018 23:55:20 +0200 Subject: [PATCH] Update 'conf/nginx.conf' --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 36617de..a468491 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,9 +8,9 @@ location __PATH__/ { # Force https if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; +# rewrite ^ https://$server_name$request_uri? permanent; } # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; + #include conf.d/yunohost_panel.conf.inc; }