Skip to content

Commit d1f424b

Browse files
committed
Update default NGINX_MAX_UPLOAD_SIZE to match code Zulip.
See zulip/zulip@419f163.
1 parent 65461b5 commit d1f424b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929
DISABLE_HTTPS="${DISABLE_HTTPS:-false}"
3030
NGINX_WORKERS="${NGINX_WORKERS:-2}"
3131
NGINX_PROXY_BUFFERING="${NGINX_PROXY_BUFFERING:-off}"
32-
NGINX_MAX_UPLOAD_SIZE="${NGINX_MAX_UPLOAD_SIZE:-24m}"
32+
NGINX_MAX_UPLOAD_SIZE="${NGINX_MAX_UPLOAD_SIZE:-80m}"
3333
# Zulip certifcate parameters
3434
SSL_CERTIFICATE_GENERATION="${SSL_CERTIFICATE_GENERATION:self-signed}"
3535
# Zulip related settings

0 commit comments

Comments
 (0)