From b3a19cca79294011ac64abd476813f807cfd7103 Mon Sep 17 00:00:00 2001 From: free Date: Thu, 7 Jun 2018 21:32:02 +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 f963f89..666a9af 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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;