Increase http body buffer size for pod-cloud
This commit is contained in:
parent
af296a1e3a
commit
8dae9d4e76
@ -25,6 +25,7 @@ server {
|
|||||||
# 16G.
|
# 16G.
|
||||||
client_max_body_size 16G;
|
client_max_body_size 16G;
|
||||||
client_body_timeout 3600s;
|
client_body_timeout 3600s;
|
||||||
|
client_body_buffer_size 512k;
|
||||||
|
|
||||||
# Redirect rules copied from
|
# Redirect rules copied from
|
||||||
# https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html.
|
# https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html.
|
||||||
|
Loading…
Reference in New Issue
Block a user