How can I make a custom 503 page on OpenShift? -


i change default openshift 503 page occurs when deploying app. did find this solution, not sure put python script.

i have php 5.4 application running (no cartridges), if matters.

there not way create custom 503 error message page. other tutorial doing starting secondary web server when primary 1 shuts down show custom page while application deploying, not custom 503 error page.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -