Skip to content

Commit

Permalink
Merge pull request #35 from gurneyalex/BGIS-1374
Browse files Browse the repository at this point in the history
[FIX] raise proxy_buffers and proxy_buffer_size
  • Loading branch information
nbessi authored Jul 25, 2024
2 parents 93277f0 + 90a00dd commit 7e57b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 9.0/templates/nginx.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ http {
proxy_send_timeout 90;
proxy_read_timeout 90;

proxy_buffers 32 4k;
proxy_buffer_size 1k;
proxy_buffers 32 8k;
proxy_buffer_size 4k;
proxy_busy_buffers_size 8k;
proxy_max_temp_file_size 2048m;
proxy_temp_file_write_size 64k;
Expand Down

0 comments on commit 7e57b97

Please sign in to comment.