From 51420719daa2ea89850d180e823ca8de262a36cb Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 13 Jun 2014 16:13:14 +0200 Subject: [PATCH] update nginx conf --- conf/nginx.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 67de398..0a42bf7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,7 @@ location PATHTOCHANGE { - alias ALIASTOCHANGE/admin; + alias ALIASTOCHANGE; + + rewrite ^/$ ^/admin permanent; index index.php index.html index.htm; default_type text/html;