Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Jan 29, 2025
1 parent 56b57d6 commit baef18c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/services/revproxy/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -326,9 +326,9 @@ server {
# * http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_buffer_size
# * https://ma.ttias.be/nginx-proxy-upstream-sent-big-header-reading-response-header-upstream/
#
proxy_buffer_size 16k;
proxy_buffers 16 16k;
proxy_busy_buffers_size 128k;
proxy_buffer_size 128k;
proxy_buffers 16 32k;
proxy_busy_buffers_size 512k;
proxy_max_temp_file_size 100m;
client_body_buffer_size 32k;
proxy_read_timeout 300;
Expand Down

0 comments on commit baef18c

Please sign in to comment.