Azurel
Silver Pleskian
I have a new CentOS 8.2 server with Plesk Obsidian.
I tried extension "repair kit" and found for web & ftp services this warning
After click on repair it said
after click on check again "1 issue(s) detected".
UPDATE:
I have set worker_rlimit_nofile 40000; (above line "http {") in /etc/nginx/nginx.conf and restart nginx. But thats not helped.
I tried extension "repair kit" and found for web & ftp services this warning
Checking for nginx ULIMIT value 3 domains have been found on server. Problem with nginx default limit for open files is possible Please check nginx fails to start/reload on a Plesk server: Too many open files for details
After click on repair it said
Repair Kit fixed all issues it could. If any issues were not fixed, please try fixing them manually or contact Plesk Support.
after click on check again "1 issue(s) detected".
UPDATE:
I have set worker_rlimit_nofile 40000; (above line "http {") in /etc/nginx/nginx.conf and restart nginx. But thats not helped.
# grep 'Max open files' /proc/$(cat /var/run/nginx.pid)/limits
Max open files 1024 262144 files
# ulimit -Hn
262144
# ulimit -Sn
1024
Last edited: