Increase http body buffer size for pod-cloud

This commit is contained in:
Wojciech Kozlowski 2022-11-04 11:07:43 +01:00
parent af296a1e3a
commit 8dae9d4e76

View File

@ -25,6 +25,7 @@ server {
# 16G.
client_max_body_size 16G;
client_body_timeout 3600s;
client_body_buffer_size 512k;
# Redirect rules copied from
# https://docs.nextcloud.com/server/latest/admin_manual/installation/nginx.html.