Update 'conf/nginx.conf'

This commit is contained in:
free 2018-06-11 00:25:41 +02:00
parent dc22bf2549
commit 53c9bf020e
1 changed files with 2 additions and 2 deletions

View File

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