Commit 68a77769 by zkaitanx

wahey config

parent dadb44e4
......@@ -744,28 +744,28 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://PPSGateway/CrmCoreWaheyApi;
proxy_pass http://10.0.8.13:8017/CrmCoreWaheyApi;
}
location /OperApi/SaleManage {
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://PPSGateway/OperApi/SaleManage;
proxy_pass http://10.0.8.13:8017/OperApi/SaleManage;
}
location /OperApi/MatomoManage {
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://PPSGateway/OperApi/MatomoManage;
proxy_pass http://10.0.8.13:8017/OperApi/MatomoManage;
}
location /AliApi {
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://AliexpressPublish/AliApi;
proxy_pass http://10.0.8.13:8015/AliApi;
fastcgi_buffers 256 128k;
}
location /Api/ShopifyPublish {
......@@ -773,7 +773,7 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://PPSGateway/api/shopifypublish;
proxy_pass http://10.0.8.13:8017/api/shopifypublish;
fastcgi_buffers 256 128k;
}
location /SkumsApi {
......@@ -788,7 +788,7 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://webApi/Api;
proxy_pass http://10.0.6.8:8002/Api;
}
location /ScrmApi {
proxy_redirect off;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment