Errores de NginxError
504 Gateway Timeout504 Gateway Timeout — Nginx Gateway Timeout
Nginx timed out waiting for a response from the upstream server.
nginxserver
Ver detalles 494 Request Header Too LargeThe request headers exceed Nginx's maximum header buffer size.
The total size of all request headers exceeds the large_client_header_buffers setting. Large cookies are a common cause.
Increase large_client_header_buffers. Reduce cookie sizes. Remove unnecessary headers.
504 Gateway TimeoutNginx timed out waiting for a response from the upstream server.
413 Request Entity Too LargeThe request body exceeds the maximum size allowed by Nginx.
301 Moved PermanentlyNginx is redirecting the client to a new URL permanently.
no servers are inside upstreamThe upstream block has no servers defined.
host not found in upstreamNginx could not resolve the hostname specified in the upstream block.
conflicting server nameTwo or more server blocks use the same server_name.