Update nginx.conf

This commit is contained in:
Julien Malik 2014-11-21 14:31:23 +01:00
parent 09c821d071
commit 0783688328
1 changed files with 2 additions and 2 deletions

View File

@ -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;