Update default.conf
This commit is contained in:
parent
1414cbf96c
commit
b4355176fb
@ -303,6 +303,9 @@ server {
|
|||||||
chunked_transfer_encoding off;
|
chunked_transfer_encoding off;
|
||||||
proxy_buffering off;
|
proxy_buffering off;
|
||||||
proxy_cache off;
|
proxy_cache off;
|
||||||
|
if ($http_apiversion = "v1.0.0") {
|
||||||
|
proxy_pass http://10.8.0.6:7036/;
|
||||||
|
}
|
||||||
proxy_pass http://10.8.0.6:7035/;
|
proxy_pass http://10.8.0.6:7035/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user