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; }