Skip to content

wave-lite nginx: set client_max_body_size to 10m#327

Draft
gavinelder wants to merge 1 commit intomasterfrom
fix/issue-315-nginx-body-size
Draft

wave-lite nginx: set client_max_body_size to 10m#327
gavinelder wants to merge 1 commit intomasterfrom
fix/issue-315-nginx-body-size

Conversation

@gavinelder
Copy link
Copy Markdown

Fixes #315

Adds client_max_body_size 10m; to the wave-lite nginx server { } block in assets/src/wave_lite_config/nginx.conf.

The default nginx limit (1m) causes HTTP 413 errors when Fusion uploads large bin/ bundles. 10m gives Fusion bundle headroom while still bounding abuse. Issue suggested 3m; 10m chosen for safer headroom on typical large-bundle pipelines.

Automated triage by Claude Code.

Default nginx client_max_body_size is 1m, which causes HTTP 413 errors
when Fusion uploads large bin/ bundles to wave-lite. Raise to 10m.

Fixes #315
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ Enhancement ] wave-lite nginx: increase default client_max_body_size to handle large bin/ bundles with Fusion

1 participant