From 41902889b10768b50a83aef386116878b3f05889 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 13 Jun 2014 16:44:04 +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 962d086..3445ff5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location PATHTOCHANGE { alias ALIASTOCHANGE; - rewrite ^ /admin permanent; + rewrite ^/PATHTOCHANGE /$1/admin permanent; index index.php index.html index.htm; default_type text/html;