Julien Malik 10 anni fa
parent
commit
0783688328
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      conf/nginx.conf

+ 2 - 2
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;