mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
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 commitbfc61fb64eThen got reverted by commit66408fccb2
This commit is contained in:
1
debian/nginx/invoiceninja.conf
vendored
1
debian/nginx/invoiceninja.conf
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user