nginx template: pid instruction

master
Philippe PITTOLI 2019-11-02 22:41:29 +01:00
parent 106e7612e9
commit 36000bfb97
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
# worker_processes 1;
daemon off;
pid {{ service.root }}/pid;
worker_rlimit_nofile 1024;
events {
worker_connections 800;