|
@@ -1,5 +1,5 @@
|
|
|
-upstream payapi-svc {
|
|
|
- server payapi-svc:8092;
|
|
|
+upstream yunfan-pay-svc {
|
|
|
+ server yunfan-pay-svc:8081;
|
|
|
}
|
|
|
|
|
|
server {
|
|
@@ -31,7 +31,7 @@ server {
|
|
|
|
|
|
proxy_redirect off;
|
|
|
proxy_http_version 1.1;
|
|
|
- proxy_pass http://payapi-svc;
|
|
|
+ proxy_pass http://yunfan-pay-svc;
|
|
|
}
|
|
|
|
|
|
location /favicon.ico {
|
|
@@ -67,7 +67,7 @@ server {
|
|
|
|
|
|
proxy_redirect off;
|
|
|
proxy_http_version 1.1;
|
|
|
- proxy_pass http://payapi-svc;
|
|
|
+ proxy_pass http://yunfan-pay-svc;
|
|
|
}
|
|
|
|
|
|
location /favicon.ico {
|