ソースを参照

增减 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;
     }