From a8a5646ca020514e2ee24b7d01268965448b52cb Mon Sep 17 00:00:00 2001 From: liberodark Date: Thu, 29 Nov 2018 16:24:45 +0100 Subject: [PATCH] fix --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b12e7d3..60e43e4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,3 +1,4 @@ + #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; location __PATH__/ { @@ -7,7 +8,7 @@ location __PATH__/ { # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; - +} # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } \ No newline at end of file