|
|
@@ -89,14 +89,19 @@ server {
|
|
|
deny all;
|
|
|
}
|
|
|
|
|
|
+ location /api/v {
|
|
|
+ proxy_pass http://10.200.0.1:8811;
|
|
|
+ proxy_set_header Host $http_host;
|
|
|
+ }
|
|
|
+
|
|
|
location /crpc {
|
|
|
- proxy_pass http://172.17.255.24:8800;
|
|
|
- proxy_set_header Host $host;
|
|
|
+ proxy_pass http://10.200.0.1:8800;
|
|
|
+ proxy_set_header Host $http_host;
|
|
|
}
|
|
|
|
|
|
location /prpc {
|
|
|
- proxy_pass http://172.17.255.24:8003;
|
|
|
- proxy_set_header Host $host;
|
|
|
+ proxy_pass http://10.200.0.1:8003;
|
|
|
+ proxy_set_header Host $http_host;
|
|
|
}
|
|
|
|
|
|
location / {
|