Is there any way that doesn't require spawning additional node just for error pages? Also if I spawn HTTP router instead of FastRouter + nginx and make a request for domain that is not subscribed I just get an empty reply instead of 502 http response. Could corerouter support --error-status options?
2014-03-30 8:00 GMT+02:00 Roberto De Ioris <[email protected]>: > > > If my (Fast|HTTP)Router get's a request for domain that is not subscribed > > I > > would like to return 502 response with custom static page. I've tried > > using > > --error-route-status but it doesn't seem to be used by uWSGI routers. Is > > it > > possible? > > > > > > you can use a fallback node for this, the node it points to will return > the response > > > -- > Roberto De Ioris > http://unbit.it > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
