increase client_body_buffer_size in nginx config

master
Buckaroo Banzai 2021-02-25 15:52:33 +01:00 committed by GitHub
parent 627585e431
commit b9d71770a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ events {
}
worker_rlimit_nofile 40000;
client_body_buffer_size 256k;
http {
include /etc/nginx/mime.types;