We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65461b5 commit d1f424bCopy full SHA for d1f424b
entrypoint.sh
@@ -29,7 +29,7 @@ fi
29
DISABLE_HTTPS="${DISABLE_HTTPS:-false}"
30
NGINX_WORKERS="${NGINX_WORKERS:-2}"
31
NGINX_PROXY_BUFFERING="${NGINX_PROXY_BUFFERING:-off}"
32
-NGINX_MAX_UPLOAD_SIZE="${NGINX_MAX_UPLOAD_SIZE:-24m}"
+NGINX_MAX_UPLOAD_SIZE="${NGINX_MAX_UPLOAD_SIZE:-80m}"
33
# Zulip certifcate parameters
34
SSL_CERTIFICATE_GENERATION="${SSL_CERTIFICATE_GENERATION:self-signed}"
35
# Zulip related settings
0 commit comments