From 285a1c3eec445b79971d4e8d96a4e06c39edb250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 14 May 2016 22:01:28 +0200 Subject: [PATCH] [fix] Correct alias in nginx.conf for installation at root domain --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0033dc5..f00a8c9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ location #LOCATION# { - alias #DESTDIR#; + alias #DESTDIR#/; if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent;