From 2d5850ca097c16f4c67b62a4e3a6ec629fcb458e Mon Sep 17 00:00:00 2001 From: Olivier BILHAUT Date: Mon, 29 Jan 2018 16:00:04 +0100 Subject: [PATCH] Corrected a bug in nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 96c88f4..9e1ad9f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location __PATH__ { # Path to source - alias __FINALPATH__/ + alias __FINALPATH__/; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;