mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #4681] Some applications fail to establish websocket connections if that app has larger header values #2974
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2974
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @clord on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4681
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
Using an app built with zero-sync through nginx proxy leads to the following log and failure to set up websocket connection:
Nginx Proxy Manager Version
v2.12.6
To Reproduce
Build an app with zero sync and try to proxy it through nginx proxy manager.
Expected behavior
proxy websocket connections.
Operating System
nix linux
Additional context
I think the core problem is that zero passes large header through a header, which is not out of spec for http but nginx filters. I suggest nginx proxy manager sets:
large_client_header_buffers 4 32k- Allows larger headersclient_header_buffer_size 32k- Increases the header buffer size@github-actions[bot] commented on GitHub (Feb 1, 2026):
Issue is now considered stale. If you want to keep it open, please comment 👍