Erreurs NginxErreur
400 Bad Request400 Bad Request — Nginx Bad Request
Nginx rejected the client request due to a malformed HTTP request.
nginxserver
Voir les détails connect() failed (111: Connection refused)Nginx could not connect to the upstream server.
The upstream server is not running, is listening on a different port, or is rejecting connections.
Verify the upstream server is running. Check the proxy_pass URL and port. Ensure the upstream is listening on the correct address.
400 Bad RequestNginx rejected the client request due to a malformed HTTP request.
worker_connections are not enoughThe Nginx worker process has reached its maximum number of connections.
no servers are inside upstreamThe upstream block has no servers defined.
414 URI Too LongThe request URI exceeds the maximum length Nginx will process.
496 SSL Certificate RequiredA client certificate is required but was not provided.
rewrite or internal redirection cycleNginx detected an infinite redirect or rewrite loop.