Nginx ErrorsError
open() failed (2: No such file or directory)errorCodes.nginx-open-failed-no-such-file.name
errorCodes.nginx-open-failed-no-such-file.description
nginxserver
View details worker_connections are not enougherrorCodes.nginx-worker-connections-not-enough.description
errorCodes.nginx-worker-connections-not-enough.cause
errorCodes.nginx-worker-connections-not-enough.fix
# In nginx.conf
events {
worker_connections 4096;
}open() failed (2: No such file or directory)errorCodes.nginx-open-failed-no-such-file.description
SSL_do_handshake() failederrorCodes.nginx-ssl-handshake-failed.description
too many open fileserrorCodes.nginx-too-many-open-files.description
open() failed (13: Permission denied)errorCodes.nginx-open-failed-permission-denied.description
client body temp file write errorerrorCodes.nginx-client-body-temp-write-failed.description
497 HTTP to HTTPSerrorCodes.nginx-497.description