Przeglądaj źródła

Update nginx.conf

Julien Malik 10 lat temu
rodzic
commit
0783688328
1 zmienionych plików z 2 dodań i 2 usunięć
  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;