From 4dae34bbd94a262647239fefd81985fe37426be6 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Mon, 16 Jun 2014 07:19:09 +0200 Subject: [PATCH] update nginx conf --- conf/nginx.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b0b070b..e69393c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,3 +1,7 @@ +location PATHTOCHANGEadmin/ { + +} + location PATHTOCHANGE { alias ALIASTOCHANGE; @@ -19,9 +23,7 @@ location PATHTOCHANGE { fastcgi_param PATH_INFO $fastcgi_path_info; } - location PATHTOCHANGEadmin/ { - index index.php; - } + # Include SSOWAT user panel.