Ubuntu – Are additional changes necessary for worker_rlimit_nofile to take effect?
We have an Ubuntu server with Nginx. ulimit -n returns 1024 and in /etc/nginx/nginx.conf there are the following settings: user www-data; worker_processes auto; events { worker_connections 1024; } We've been reading a bit of documentation and various blogs about "optimizing…