Not sure what you mean by updating the router, but 503s are handled by
haproxy, so I'd need to know what changes you made to the router
template to enable that custom 503 page.

On Wed, Jun 1, 2016 at 9:06 PM, Philippe Lafoucrière
<philippe.lafoucri...@tech-angels.com> wrote:
> Hi,
>
> I'd like to display a 503 maintenance page using our default router.
> The idea is to route the traffic to a specific service returning 503 pages
> to all requests, during our maintenance.
> When I update the router to use this new service, I get a blank page, with:
>
> ```
> HTTP/1.1 503 Service Unavailable
> Date: Thu, 02 Jun 2016 01:05:49 GMT
> Content-Length: 0
> Content-Type: text/plain; charset=utf-8
> Set-Cookie:
> OPENSHIFT_EDGE_gemnasium-staging_gemnasium-nginx-rails_SERVERID=10.1.1.68:8080;
> path=/; HttpOnly; Secure
>
> ```
>
> So apparently the router is not returning the page when a 503 is hit. Anyway
> to prevent this behaviour?
>
> Thanks
>
> _______________________________________________
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>

_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to