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;