From 20f817ff6e391533a09815756cbb25ffe5850e00 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 13 Jun 2014 09:52:01 +0200 Subject: [PATCH] nginx conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4b62391..eaba1c0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location PATHTOCHANGE { alias ALIASTOCHANGE; - rewrite ^ /admin permanent; + rewrite / /admin permanent; index index.php; try_files $uri $uri/ /index.php?$args;