feat: make client_max_body_size configurable via env (#1029)
This commit is contained in:
committed by
GitHub
parent
75e44ba902
commit
8f7b234a12
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user