Explorar el Código

增减 nginx 配置

abiao hace 5 años
padre
commit
584cf73893
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;
     }