From 4865dc9c0a67f08806c0a0e5053f62c989b24745 Mon Sep 17 00:00:00 2001 From: frju365 Date: Wed, 19 Apr 2017 23:07:27 +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 82606d7..112bb55 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location YNH_WWW_PATH { - alias YNH_WWW_ALIASwww/ ; + alias YNH_WWW_ALIAS ; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }