Allow serving 503 responses
J
Jeppe Knockaert
Currently if the app returns status codes 502, 503 or 504, they are converted by Digital Ocean to a generic 504 error.
Laravel is one example of a framework that returns 503 responses for serving its own maintenance page. It would be great to have this working instead of needing to use the App Platform built-in maintenance mode.