diff --git a/conf/nginx.conf b/conf/nginx.conf index e5d5ba1..67de398 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location PATHTOCHANGE { - alias ALIASTOCHANGE; - + alias ALIASTOCHANGE/admin; + index index.php index.html index.htm; default_type text/html; location ~ [^/]\.php(/|$) {