mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1366] Can't enable stub_status #2786
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#2786
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 @ZenKho-chill on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1366
Describe the bug
I am unable to enable stub_status in nginx-ui. Even though Nginx is running normally and the stub_status page works when accessed directly in the browser, nginx-ui does not detect or display stub_status metrics, and there seems to be no way to activate it from the dashboard.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
nginx-ui should allow enabling stub_status and display metrics such as active connections, accepts, handled requests, etc., similar to accessing the stub_status page directly in a browser.
Screenshots
Info (please complete the following information):
Additional context
Nginx is running normally.
Log files exist and are writable.
Running nginx -t passes without errors.
Accessing the stub_status URL directly in a browser works perfectly.