Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix display of default 503 error page #17

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Conversation

matige
Copy link
Contributor

@matige matige commented Dec 8, 2023

Fixes bug reported in issue #16. The nginx configuration in the dokku captures a 503 error and the maintenance page is not displayed. The solution is to return error 533 (unused code in dokku config) instead of 503 in maintenance mode, then capture this error, change the code to 503 and return the maintenance page.

The nginx configuration in the dokku captures a 503 error and the maintenance page is not displayed. The solution is to return error 533 (unused code in dokku config) instead of 503 in maintenance mode, then capture this error, change the code to 503 and return the maintenance page.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants