mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-26 01:05:52 +03:00
[GH-ISSUE #1197] How to properly configure SSE #3756
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#3756
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 @alexanderdemidkin on GitHub (Jul 1, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1197
I have a machine running Garuda Linux. I installed Nginx and Nginx-UI v2.1.9. In the Nginx-UI self-check, I see an error related to SSE. I configured Nginx according to the documentation: https://nginxui.com/guide/nginx-proxy-example , but the error persists.
Could you please advise how to properly configure SSE? Currently, I'm getting an error when viewing stub_status and a constant self-check warning about SSE.
I've attached the output of my Nginx config and the result of nginx -v / nginx -V.
nginx-ui.conf :
nginx -V
@0xJacky commented on GitHub (Jul 3, 2025):
We are currently considering re-structuring SSE back to WebSocket in order to enhance compatibility.
@alexanderdemidkin commented on GitHub (Jul 3, 2025):
Please tell me how I should proceed correctly for the application to work correctly. Do I need to use some other configuration now, or are there changes planned for future versions that will work with the configuration I provided.
@0xJacky commented on GitHub (Jul 3, 2025):
Delete these two lines and wait for the release of v2.1.10. It might happen in just a few hours.