Error NginxInfo
301 Moved Permanently301 Moved Permanently — Nginx Permanent Redirect
Nginx is redirecting the client to a new URL permanently.
nginxserver
Lihat detail 408 Request TimeoutThe client did not send a complete request within the timeout period.
The client was too slow sending the request headers or body. The client_header_timeout or client_body_timeout expired.
Increase client_header_timeout or client_body_timeout. Check for slow clients or network issues.
301 Moved PermanentlyNginx is redirecting the client to a new URL permanently.
client body temp file write errorNginx cannot write the client request body to a temporary file.
400 Bad RequestNginx rejected the client request due to a malformed HTTP request.
504 Gateway TimeoutNginx timed out waiting for a response from the upstream server.
host not found in upstreamNginx could not resolve the hostname specified in the upstream block.
bind() to 0.0.0.0:80 failed (98: Address already in use)Nginx cannot bind to the requested address and port.