Update 'conf/nginx.conf'

This commit is contained in:
free 2018-06-07 21:32:02 +02:00
parent cd0438172f
commit b3a19cca79
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
location __PATH__ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
# rewrite ^ https://$server_name$request_uri? permanent;
}
try_files $uri @searx;
}
@ -15,4 +15,4 @@ location @searx {
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
#include conf.d/yunohost_panel.conf.inc;