Nginx-FehlerFehler
no live upstreams while connecting to upstreamno live upstreams while connecting to upstream — All Upstreams Down
All upstream servers in the pool are marked as unavailable.
nginxserver
Details anzeigen upstream timed outNginx timed out while waiting for the upstream server to respond.
The upstream server did not respond within the configured timeout (proxy_connect_timeout, proxy_send_timeout, or proxy_read_timeout).
Increase the relevant timeout directive. Optimize backend performance. Check for network latency between Nginx and the upstream.
no live upstreams while connecting to upstreamAll upstream servers in the pool are marked as unavailable.
414 URI Too LongThe request URI exceeds the maximum length Nginx will process.
301 Moved PermanentlyNginx is redirecting the client to a new URL permanently.
recv() failed (104: Connection reset by peer)The client reset the connection during data transfer.
494 Request Header Too LargeThe request headers exceed Nginx's maximum header buffer size.
499 Client Closed RequestThe client closed the connection before the server sent a response.