Skip to content

Commit

Permalink
ED-2874: updated private IP (#3898)
Browse files Browse the repository at this point in the history
* changed for onest

* ED-874 updated private IP
  • Loading branch information
tsprasath authored Sep 14, 2023
1 parent 3b1f307 commit 823af01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kubernetes/helm_charts/core/nginx-public-ingress/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,6 @@ proxyconfig: |-
# Increasing the proxy buffer size
proxy_buffer_size 16k;
proxy_busy_buffers_size 16k;
rewrite ^/api/(.*) /$1 break;
proxy_set_header Connection "";
proxy_set_header Host $host;
proxy_set_header X-Scheme $scheme;
Expand Down Expand Up @@ -1059,7 +1058,6 @@ proxyconfig: |-
# Increasing the proxy buffer size
proxy_buffer_size 16k;
proxy_busy_buffers_size 16k;
rewrite ^/api/(.*) /$1 break;
proxy_set_header Connection "";
proxy_set_header Host $host;
proxy_set_header X-Scheme $scheme;
Expand All @@ -1068,7 +1066,7 @@ proxyconfig: |-
proxy_send_timeout 60;
proxy_read_timeout 70;
proxy_http_version 1.1;
proxy_pass http://PUBLIC-IP;
proxy_pass http://11.3.0.6;
}
{% if apple_app_site_association is defined %}
location /apple-app-site-association {
Expand Down

0 comments on commit 823af01

Please sign in to comment.