mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #739] Add enabling and disabling maintenance mode to sites list #3486
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#3486
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 @muratulashozturk on GitHub (Nov 18, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/739
Is your feature request related to a problem? Please describe.
Sometimes we require to shut off a website for maintenance for a while and while we keep it down, we would like to show some kind of maintenance page for the user who enters the requested website. And this process becomes a headache while using nginx.
Describe the solution you'd like

A crystal clear button for enabling and disabling maintenance mode in Sites List.
Describe alternatives you've considered
For alternatively, I currently use https://github.com/tmiland/Nginx-Maintenance-Mode bash script.
Additional context
Add any other context or screenshots about the feature request here.
@muratulashozturk commented on GitHub (Mar 2, 2025):
@0xJacky any plans for this feature?