Ver código fonte

Update nginx.conf

Julien Malik 10 anos atrás
pai
commit
0783688328
1 arquivos alterados com 2 adições e 2 exclusões
  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;