Nginx ErrorsError
413 Request Entity Too LargeerrorCodes.nginx-413.name
errorCodes.nginx-413.description
nginxserver
View details rewrite or internal redirection cycleerrorCodes.nginx-rewrite-cycle.description
errorCodes.nginx-rewrite-cycle.cause
errorCodes.nginx-rewrite-cycle.fix
# Common cause: redirect loop in try_files
# Fix: add break flag
rewrite ^/old(.*)$ /new$1 break;413 Request Entity Too LargeerrorCodes.nginx-413.description
497 HTTP to HTTPSerrorCodes.nginx-497.description
no live upstreams while connecting to upstreamerrorCodes.nginx-no-live-upstreams.description
recv() failed (104: Connection reset by peer)errorCodes.nginx-recv-failed.description
429 Too Many RequestserrorCodes.nginx-429.description
503 Service UnavailableerrorCodes.nginx-503.description