Removes nginx logs when uploading: [warn] a client request body is buffered to a temporary file

[warn] a client request body is buffered to a temporary file
Was already fixed with commit bfc61fb64e
Then got reverted by commit 66408fccb2
This commit is contained in:
brdns
2024-12-09 18:02:44 +01:00
parent 53c38b65f9
commit 8746015041

View File

@@ -1,5 +1,6 @@
# https://nginx.org/en/docs/http/ngx_http_core_module.html
client_max_body_size 10M;
client_body_buffer_size 10M;
server_tokens off;
# https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html