Update README.md
This commit is contained in:
parent
69d8459bee
commit
d37480c14d
|
|
@ -205,6 +205,8 @@ Trying with the `worker_rlimit_nofile` directive in `{,/usr/local}/etc/nginx/ngi
|
||||||
|
|
||||||
#### `nolimit` without Systemd
|
#### `nolimit` without Systemd
|
||||||
|
|
||||||
|
# /etc/security/limits.conf
|
||||||
|
# /etc/default/nginx (ULIMIT)
|
||||||
$ nano /etc/security/limits.d/nginx.conf
|
$ nano /etc/security/limits.d/nginx.conf
|
||||||
nginx soft nofile 65536
|
nginx soft nofile 65536
|
||||||
nginx hard nofile 65536
|
nginx hard nofile 65536
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue