Skip to content

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

Merged
gwright99 merged 3 commits intomasterfrom
fix/issue-315-nginx-body-size
May 7, 2026
Merged

wave-lite nginx: set client_max_body_size to 10m#327
gwright99 merged 3 commits intomasterfrom
fix/issue-315-nginx-body-size

Conversation

@gavinelder
Copy link
Copy Markdown
Contributor

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
@gwright99 gwright99 force-pushed the fix/issue-315-nginx-body-size branch from 5ad1009 to 45d99a6 Compare May 7, 2026 14:05
@gwright99 gwright99 marked this pull request as ready for review May 7, 2026 14:29
@gwright99 gwright99 self-requested a review May 7, 2026 14:29
gwright99
gwright99 previously approved these changes May 7, 2026
@gwright99 gwright99 self-requested a review May 7, 2026 14:47
@gwright99 gwright99 merged commit a827d83 into master May 7, 2026
4 checks passed
@gwright99 gwright99 deleted the fix/issue-315-nginx-body-size branch May 7, 2026 14:49
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

2 participants