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; }