Closed ghost closed 7 years ago
get the following error in nginx error.log running SELinux enforcing
setrlimit(RLIMIT_NOFILE, 100000) failed (1: Operation not permitted)
nevermind I think I found problem. For SYSLinux enforcing you need this:
setsebool -P httpd_setrlimit 1
that should do it
get the following error in nginx error.log running SELinux enforcing
setrlimit(RLIMIT_NOFILE, 100000) failed (1: Operation not permitted)