I like to run nginx as a local proxy server, serving stale cache files if the upstream server is unavailable.
This works well, except the local machine is restarted, while the internet connection faults. In this case, nginx won't start up at all, saying 'host not found in upstream ....'.
I need nginx start in every case, otherwise the stale cache could not be served on upstream connection fail.
So how to make nginx ignore the connection fault once on startup?