Nginx ErrorsError
invalid PID numbererrorCodes.nginx-invalid-pid.name
errorCodes.nginx-invalid-pid.description
nginxserver
View details too many open fileserrorCodes.nginx-too-many-open-files.description
errorCodes.nginx-too-many-open-files.cause
errorCodes.nginx-too-many-open-files.fix
# In nginx.conf
worker_rlimit_nofile 65535;
# Also increase system limits
# /etc/security/limits.conf
# nginx soft nofile 65535invalid PID numbererrorCodes.nginx-invalid-pid.description
an upstream response is buffered to a temporary fileerrorCodes.nginx-proxy-buffering-error.description
429 Too Many RequestserrorCodes.nginx-429.description
503 Service UnavailableerrorCodes.nginx-503.description
413 Request Entity Too LargeerrorCodes.nginx-413.description
bind() to 0.0.0.0:80 failed (98: Address already in use)errorCodes.nginx-bind-failed.description