Errores de NginxError
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
Ver detalles 414 URI Too LongThe request URI exceeds the maximum length Nginx will process.
The URL is longer than large_client_header_buffers allows. This can happen with extremely long query strings.
Increase large_client_header_buffers. Reduce the URL length. Use POST instead of GET for large data.
# Increase buffer size
large_client_header_buffers 4 32k;no live upstreams while connecting to upstreamAll upstream servers in the pool are marked as unavailable.
496 SSL Certificate RequiredA client certificate is required but was not provided.
no resolver defined to resolveNginx needs to resolve a hostname but no DNS resolver is configured.
no servers are inside upstreamThe upstream block has no servers defined.
413 Request Entity Too LargeThe request body exceeds the maximum size allowed by Nginx.
502 Bad GatewayNginx received an invalid response from the upstream server.