mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #1025] stub_status 模块在反向代理之后一直 正在加载数据... #4979
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#4979
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 @ifwwww on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1025
Describe the bug
stub_status 模块在反向代理之后一直 正在加载数据...
To Reproduce
Steps to reproduce the behavior:
就直接无法显示,但是内网ip访问没问题
Screenshots
Info (please complete the following information):
@0xJacky commented on GitHub (May 8, 2025):
F12 看一下请求,是不是反向代理的配置有问题,导致 SSE 无法正常工作?
@ifwwww commented on GitHub (May 8, 2025):
您看下
@ifwwww commented on GitHub (May 8, 2025):
老兄,加载了一会好像就正常了,就是刷新玩都需要加载一会
@0xJacky commented on GitHub (May 8, 2025):
点进去看看?
@0xJacky commented on GitHub (May 8, 2025):
是反向代理的时候会出现这个问题吗?可是我也是用的反向代理,参考一下这个配置样例看看是不是哪里有问题:https://nginxui.com/zh_CN/guide/nginx-proxy-example.html
@ifwwww commented on GitHub (May 8, 2025):
是的,老兄,我先参考您的配置看下哪里的问题
@ifwwww commented on GitHub (May 8, 2025):
老兄,搞定了,就是反代导致的SSE问题,加上一条
proxy_buffering off;关闭代理缓冲就可以了@0xJacky commented on GitHub (May 8, 2025):
好的好的,我也更新一下文档