abiao 5 rokov pred
rodič
commit
5ca2ce074b

+ 1 - 1
go/gopath/src/fohow.com/conf/app.conf

@@ -22,7 +22,7 @@ inetIp = "127.0.0.1,47.52.141.54,8.129.187.89"
 ######控制放款的定时任务开关
 CanOperateCash = "false"
 
-ApiHost = "https://r_api.hiwavo.com"
+ApiHost = "https://rapi.hiwavo.com"
 WxHost = "http://tfhwx.hiwavo.com"
 
 #专属二维码

+ 3 - 3
go/gopath/src/fohow.com/nginx/ngx_test_config

@@ -6,7 +6,7 @@
 
 server {
     listen       8079;
-    server_name  r_api.hiwavo.com;
+    server_name  rapi.hiwavo.com;
     charset utf-8;
 
     access_log  /opt/git_project/r_api/go/gopath/src/fohow.com/logs/ngx_access.log  main;
@@ -46,7 +46,7 @@ server {
 # HTTPS server
 server {
     listen       443 ssl;
-    server_name  r_api.hiwavo.com;
+    server_name  rapi.hiwavo.com;
     charset utf-8;
     #ssl on;
     ssl_certificate      /opt/git_project/r_api/go/gopath/src/fohow.com/static/tapi/4048551_tfohowapi.hiwavo.com.pem;
@@ -66,7 +66,7 @@ server {
         proxy_set_header    Host                $host;
         proxy_http_version  1.1;
         proxy_set_header    Connection  "";
-        proxy_pass           http://r_api.hiwavo.com:8079;
+        proxy_pass           http://rapi.hiwavo.com:8079;
     }
 }