Explorar o código

更改nginx 配置

abiao %!s(int64=4) %!d(string=hai) anos
pai
achega
309c32442e
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  1. 7 7
      config/nginx/test.conf

+ 7 - 7
config/nginx/test.conf

@@ -1,6 +1,6 @@
 server {
 server {
-    listen       80;
-    server_name  tworldm.labitumall.com;
+    listen       8079;
+    server_name  tfhwx.hiwavo.com;
 
 
     set $platform pc;
     set $platform pc;
         
         
@@ -8,27 +8,27 @@ server {
   	    set $platform mobile;
   	    set $platform mobile;
   	}
   	}
 
 
-    root /opt/apps/dist/worldm.labitumall.com/;
+    root /home/www/dist/fohow-wx.hiwavo.com/;
 
 
     location /static/js {
     location /static/js {
-      root /opt/apps/dist/worldm.labitumall.com;
+      root /home/www/dist/fohow-wx.hiwavo.com;
       expires  30d;
       expires  30d;
       gzip_static on;
       gzip_static on;
     }
     }
 
 
     location /static/css {
     location /static/css {
-      root /opt/apps/dist/worldm.labitumall.com;
+      root /home/www/dist/fohow-wx.hiwavo.com;
       expires  30d;
       expires  30d;
       gzip_static on;
       gzip_static on;
     }
     }
     
     
     location /static/img {
     location /static/img {
-      root /opt/apps/dist/worldm.labitumall.com;
+      root /home/www/dist/fohow-wx.hiwavo.com;
       expires  30d;
       expires  30d;
     }
     }
 
 
     location =/favicon.ico { 
     location =/favicon.ico { 
-      root /opt/apps/dist/worldm.labitumall.com;
+      root /home/www/dist/fohow-wx.hiwavo.com;
       expires  30d;
       expires  30d;
     }
     }