Nginx will crash if no upstream found. This means that if for instance the frontend goes down. All services are unreachable. Including Admin (which does not require the frontend service). And logs.fasoner.party. Which is running its own entire stack.
Is it possible to display some custom error page when nginx does not find an upstream, instead of crashing hard?
Nginx will crash if no upstream found. This means that if for instance the frontend goes down. All services are unreachable. Including Admin (which does not require the frontend service). And logs.fasoner.party. Which is running its own entire stack.
Is it possible to display some custom error page when nginx does not find an upstream, instead of crashing hard?