From c9de9b1222a53c06656bf63e425b4092972c324c Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Mon, 16 Jun 2014 07:14:00 +0200 Subject: [PATCH] update nginx conf --- conf/nginx.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ebbf228..0073a0b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,9 +19,8 @@ location PATHTOCHANGE { fastcgi_param PATH_INFO $fastcgi_path_info; } - location /admin/ { - # Empty; this is just here to avoid redirecting for this location, - # though you might already have some config in a block like this. + location ALIASTOCHANGEadmin/ { + index index.php; }