fix(reboot): harden public maintenance fallback
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 58s
CD Pipeline / build-and-deploy (push) Successful in 4m27s
CD Pipeline / post-deploy-checks (push) Successful in 1m44s

This commit is contained in:
Your Name
2026-07-03 04:27:54 +08:00
parent c8b421745d
commit a94ddd566e
11 changed files with 167 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
# example /var/www/maintenance/maintenance.html on the edge Nginx host.
proxy_intercept_errors on;
error_page 502 503 504 /__awoooi-maintenance.html;
error_page 502 503 504 =503 /__awoooi-maintenance.html;
location = /__awoooi-maintenance.html {
internal;