Update 'conf/nginx.conf'

This commit is contained in:
free 2018-06-10 23:55:20 +02:00
parent c1ebf1e4e0
commit c6f0a00c15
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;
}