Update default.conf

This commit is contained in:
Mikhail 2024-05-17 23:01:18 +00:00
parent 1414cbf96c
commit b4355176fb

@ -303,6 +303,9 @@ server {
chunked_transfer_encoding off;
proxy_buffering 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/;
}