Re: Custom forced 503 page does not work
Hi, Nginx reads from top to bottom, just like you. In your example, you are returning 503 (an action) before instructing to use your custom error page. Just need to put your instructions first, then your actions...like so: error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/sh
Re: external authentication using a custom script
CM Fields Wrote: --- When I get external authentication working with > Nginx I would be happy to share the complete setup with the list. > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.