From 54c7ab5c38cf458c6a26ea11a17b7fc9b62342ff Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 22 Sep 2019 18:08:56 +0200 Subject: [PATCH] [fix] trailing slash --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d9446ee..3fc01c2 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location ^~ __PATH__/ { +location ^~ __PATH__ { if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;