Hello,
at the moment NGINX is not willing to start:
The error:
I tried to follow https://kb.odin.com/de/115139 to solve this but the error still appears:
in NGINX.conf:
System is Debian 8 on Systemd.
at the moment NGINX is not willing to start:
The error:
Jan 09 17:39:01 lichtenberg.ehrenwert-webhosting.de nginx[5200]: nginx: [emerg] open() "/var/www/vhosts/system/example.com/logs/proxy_access_log" failed (24: Too many open files)
I tried to follow https://kb.odin.com/de/115139 to solve this but the error still appears:
ulimit -n
1000000
in NGINX.conf:
worker_rlimit_nofile 65536;
System is Debian 8 on Systemd.