From a128ef57f8ab38d43cc9a219389de9960219ae69 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Tue, 2 Sep 2014 18:29:26 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0405892..2a66919 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,4 @@ -location PATHTOCHANGE { +location PATHTOCHANGE/ { alias ALIASTOCHANGE; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; -- 2.0.0