瀏覽代碼

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	nginx/conf.d/default.conf
anderx 11 月之前
父節點
當前提交
5e44ccd7f3
共有 3 個文件被更改,包括 7 次插入7 次删除
  1. 2 2
      config/dev.js
  2. 4 4
      config/prod.js
  3. 1 1
      nginx/conf.d/default.conf

+ 2 - 2
config/dev.js

@@ -35,8 +35,8 @@ module.exports = {
           changeOrigin: true
         }
       },
-      // host: "172.16.1.187",
-      // port: 8080,
+      host: "172.16.1.187",
+      port: 8080,
     }
   }
 }

+ 4 - 4
config/prod.js

@@ -1,11 +1,11 @@
 const isH5 = process.env.CLIENT_ENV === 'h5'
 
-const HOST = '"http://zhcq-m.jishutao.com/gw"'
-const HOST_M = '"http://zhcq-m.jishutao.com/gw"'
+const HOST = '"http://zhcq-m.jishutao.com"'
+const HOST_M = '"http://zhcq-m.jishutao.com"'
 
 // XXX 搭了个 proxy 用于演示 prod 环境的 H5
-const HOST_H5 = '"http://zhcq-m.jishutao.com/gw"'
-const HOST_M_H5 = '"http://zhcq-m.jishutao.com/gw"'
+const HOST_H5 = '"http://zhcq-m.jishutao.com"'
+const HOST_M_H5 = '"http://zhcq-m.jishutao.com"'
 
 module.exports = {
   env: {

+ 1 - 1
nginx/conf.d/default.conf

@@ -8,7 +8,7 @@ server {
             index  index.html index.htm;
         }
 
-        location /gw/ {
+        location /gw {
             proxy_set_header Host $http_host;
             proxy_set_header X-Real-IP $remote_addr;
             proxy_set_header REMOTE-HOST $remote_addr;