bundles/nginx: increase buffer sizes
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
9c1b4f5dbe
commit
e091adaa64
1 changed files with 3 additions and 3 deletions
|
@ -25,10 +25,10 @@ http {
|
||||||
access_log off;
|
access_log off;
|
||||||
error_log off;
|
error_log off;
|
||||||
|
|
||||||
client_body_buffer_size 10K;
|
client_body_buffer_size 16K;
|
||||||
client_header_buffer_size 1k;
|
client_header_buffer_size 4k;
|
||||||
client_max_body_size 1M;
|
client_max_body_size 1M;
|
||||||
large_client_header_buffers 2 1k;
|
large_client_header_buffers 4 8k;
|
||||||
|
|
||||||
map $http_upgrade $connection_upgrade {
|
map $http_upgrade $connection_upgrade {
|
||||||
default upgrade;
|
default upgrade;
|
||||||
|
|
Loading…
Reference in a new issue