mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
Fix typo in PROXY_READ_TIMEOUT in example.env
This commit is contained in:
parent
b5aab562f4
commit
dae06252dc
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ UPSTREAM_REAL_IP_RECURSIVE=
|
||||||
|
|
||||||
# All Values Allowed by nginx proxy_read_timeout are allowed, default value is 120s
|
# 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
|
# Useful if you have longrunning print formats or slow loading sites
|
||||||
PROXY_READ_TIMOUT=
|
PROXY_READ_TIMEOUT=
|
||||||
|
|
||||||
# All Values allowed by nginx client_max_body_size are allowed, default value is 50m
|
# 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
|
# Necessary if the upload limit in the frappe application is increased
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue