mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-26 01:05:52 +03:00
[PR #1458] [MERGED] feat: allow full HTTP status codes for health checks #1294
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#1294
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?
📋 Pull Request Information
Original PR: https://github.com/0xJacky/nginx-ui/pull/1458
Author: @0xJacky
Created: 11/28/2025
Status: ✅ Merged
Merged: 11/28/2025
Merged by: @0xJacky
Base:
dev← Head:cursor/update-nginx-ui-to-vue-3-gpt-5.1-codex-high-3100📝 Commits (4)
426f653Add 401 Unauthorized to SiteHealthCheckModal status codes69add12Checkpoint before follow-up message2afc580Refactor status code selection to use grouped optionsc4e1beeFix: Correct apostrophe in "I'm a teapot" status📊 Changes
1 file changed (+124 additions, -19 deletions)
View changed files
📝
app/src/views/dashboard/components/SiteHealthCheckModal.vue(+124 -19)📄 Description
Add
401 Unauthorizedto the health check's expected status codes dropdown.This allows sites requiring authentication to correctly configure
401 Unauthorizedas an expected status, preventing them from being mistakenly flagged as unhealthy.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.