I turned on all the logging
error_log logs/error.log;
error_log logs/error.log notice;
error_log logs/error.log info;
Nothing shows up when I try this. I just get a 502 Bad Gateway response in my
browser.
Thanks,
Jason
Hello!
On Wed, Apr 23, 2014 at 09:58:48PM +, Hect, Jason wrote:
> I have NGINX set up as a reverse proxy, which works fine. In
> the event my web server goes down, I would like NGINX to act as
> the failover, and serve a local page with just some basic
> company information and a "check b
I have NGINX set up as a reverse proxy, which works fine. In the event my web
server goes down, I would like NGINX to act as the failover, and serve a local
page with just some basic company information and a "check back soon" type
message. Trying to do this, I think I'm getting stuck in an in