Skip to content

Commit

Permalink
[INJIWEB-1202] Updated nginx header size for bad gateway error (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Gurpreet41082 <[email protected]>
  • Loading branch information
Gurpreet41082 authored Dec 12, 2024
1 parent c744bad commit 74a3782
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/inji-web/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ data:
http {
access_log /var/log/nginx/access1.log;
error_log /var/log/nginx/error1.log;
# Increase buffer sizes for reading response headers from the upstream server
proxy_buffer_size 16k; # Buffer for the first part of the response header
proxy_buffers 4 16k; # Number of buffers and their size for reading the response
proxy_busy_buffers_size 32k; # Buffer size for busy buffers
server {
listen {{ .Values.inji_web.inji_web_port }};
server_name localhost;
Expand Down

0 comments on commit 74a3782

Please sign in to comment.