From d1aaa82c9c2f8a4314d512a6a0c8fc267c382290 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 31 Mar 2018 12:48:17 +0000 Subject: [PATCH] Remove location ending slash --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1ec0c01..7712b74 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;