diff --git a/README.md b/README.md index 5ec5a74..0a723ae 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Trying with the `worker_rlimit_nofile` directive in `{,/usr/local}/etc/nginx/ngi #### `nolimit` with Systemd $ mkdir -p /etc/systemd/system/nginx.service.d - $ nano /etc/security/limits.d/nginx.conf + $ nano /etc/systemd/system/nginx.service.d/nginx.conf [Service] LimitNOFILE=30000 $ systemctl daemon-reload