소스 검색

Update nginx.conf

Julien Malik 10 년 전
부모
커밋
0783688328
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;