Skip to content

Commit c977146

Browse files
committed
chore: increase default client_max_body_size
1 parent 624bf4b commit c977146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -n "${REDIS_PASSWORD_FILE}" ]; then
1717
fi
1818

1919
if [ -z "$CLIENT_MAX_BODY_SIZE" ]; then
20-
CLIENT_MAX_BODY_SIZE=200m
20+
CLIENT_MAX_BODY_SIZE=1000m
2121
export CLIENT_MAX_BODY_SIZE
2222
fi
2323

0 commit comments

Comments
 (0)