From dcda7bb40bd291fa69d97215f3c65b38e74bbdf3 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Mon, 3 Aug 2015 10:33:48 +0200 Subject: [PATCH] Fix installation on subdomain --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index c4fde10..b2874db 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location YNH_WWW_PATH { - alias YNH_ALIAS; + alias YNH_ALIAS/; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; }