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

@@ -36,6 +36,7 @@ services:
UPSTREAM_REAL_IP_HEADER: ${UPSTREAM_REAL_IP_HEADER:-X-Forwarded-For}
UPSTREAM_REAL_IP_RECURSIVE: ${UPSTREAM_REAL_IP_RECURSIVE:-off}
PROXY_READ_TIMOUT: ${PROXY_READ_TIMOUT:-120}
CLIENT_MAX_BODY_SIZE: ${CLIENT_MAX_BODY_SIZE:-50m}
volumes:
- sites:/usr/share/nginx/html/sites
- assets:/usr/share/nginx/html/assets