From cf49815a5c5791d4aca0686c905d3393d15664df Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 13 Jun 2014 16:01:42 +0200 Subject: [PATCH] update nginx conf --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(/|$) {