I'm using nginx to reverse proxy my web server. I want to be able to return a custom 503 page from nginx when I choose. I'm able to get nginx to return a 503 page by adding it to the top of the location. But that just returns the default nginx error page. How to do change this to a custom page?<br>
<br>Thanks.<br>