From 07836883284cc4d00536fa9fcdaaf56bd114e8c7 Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Fri, 21 Nov 2014 14:31:23 +0100 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 a7a40a4..c95f95a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ -location YNH_EXAMPLE_PATH { +location YNH_WWW_PATH { # Path to source - alias YNH_EXAMPLE_ALIAS ; + alias YNH_WWW_ALIAS ; # Example PHP configuration index index.php;