Skip to content

Commit

Permalink
Merge branch 'release-0.11.x' of github.com:mosip/inji-web into injiw…
Browse files Browse the repository at this point in the history
…eb-1213-release
  • Loading branch information
Gurpreet41082 committed Dec 17, 2024
2 parents a7e9295 + 6a973df commit f9c9e97
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 f9c9e97

Please sign in to comment.