feat: make client_max_body_size configurable via env (#1029)

This commit is contained in:
Bernhard Sirlinger
2022-12-26 22:42:22 +01:00
committed by GitHub
parent 75e44ba902
commit 8f7b234a12
5 changed files with 8 additions and 1 deletions

View File

@@ -42,3 +42,7 @@ UPSTREAM_REAL_IP_RECURSIVE=
# All Values Allowed by nginx proxy_read_timeout are allowed, default value is 120s
# Useful if you have longrunning print formats or slow loading sites
PROXY_READ_TIMOUT=
# All Values allowed by nginx client_max_body_size are allowed, default value is 50m
# Necessary if the upload limit in the frappe application is increased
CLIENT_MAX_BODY_SIZE=