Skip to content

Commit

Permalink
fix: nginx proxy buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra authored Jan 25, 2021
1 parent 6ca38b9 commit 7f9bed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bench/config/templates/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ server {
{% if allow_rate_limiting %}
limit_conn per_host_{{ bench_name_hash }} 8;
{% endif %}

proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;

{% if ssl_certificate and ssl_certificate_key %}
ssl on;
Expand Down

0 comments on commit 7f9bed4

Please sign in to comment.