Nginx ErrorsError
404 Not Found404 Not Found — Nginx Not Found
The requested resource was not found on the server.
nginxserver
View details 304 Not ModifiedThe resource has not been modified since the client's last request.
The client sent an If-Modified-Since or If-None-Match header and the resource has not changed. Nginx returns 304 without a body.
No fix needed. This is normal caching behavior. If content should have changed, check the cache headers and file modification times.
404 Not FoundThe requested resource was not found on the server.
495 SSL Certificate ErrorThe client SSL certificate presented an error.
rewrite or internal redirection cycleNginx detected an infinite redirect or rewrite loop.
429 Too Many RequestsThe client has sent too many requests in a given time period.
413 Request Entity Too LargeThe request body exceeds the maximum size allowed by Nginx.
497 HTTP to HTTPSA plain HTTP request was sent to the HTTPS port.