소스 검색

增减 nginx 配置

abiao 5 년 전
부모
커밋
584cf73893
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      statement-pc/nginx/test.conf

+ 2 - 2
statement-pc/nginx/test.conf

@@ -4,10 +4,10 @@ server {
 
     set $platform pc;
 
-    root /home/www/dist/steatement.hiwavo.com/;
+    root /home/www/dist/statement.hiwavo.com/;
 
     location =/favicon.ico {
-      root /home/www/dist/steatement.hiwavo.com;
+      root /home/www/dist/statement.hiwavo.com;
       expires  30d;
     }