From 681dd8851e5d3474bb0e9b1aecf3f35613622123 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 13 Jun 2014 17:53:15 +0200 Subject: [PATCH] update nginx conf --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 84fa4f9..8bf802a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,4 +1,5 @@ -location PATHTOCHANGE/admin { +location PATHTOCHANGE { + alias ALIASTOCHANGE; index index.php index.html index.htm; default_type text/html;