mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 15:38:25 +00:00
fix: nginx proxy buffer
This commit is contained in:
parent
6ca38b9928
commit
7f9bed4c8e
@ -29,6 +29,10 @@ server {
|
|||||||
{% if allow_rate_limiting %}
|
{% if allow_rate_limiting %}
|
||||||
limit_conn per_host_{{ bench_name_hash }} 8;
|
limit_conn per_host_{{ bench_name_hash }} 8;
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
proxy_buffer_size 128k;
|
||||||
|
proxy_buffers 4 256k;
|
||||||
|
proxy_busy_buffers_size 256k;
|
||||||
|
|
||||||
{% if ssl_certificate and ssl_certificate_key %}
|
{% if ssl_certificate and ssl_certificate_key %}
|
||||||
ssl on;
|
ssl on;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user