From 0b15adbfb5ae77b3e0e393d9d0873fddc1c77589 Mon Sep 17 00:00:00 2001 From: Denis Denisov Date: Tue, 11 Dec 2018 20:31:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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