nginx template: pid instruction
This commit is contained in:
parent
106e7612e9
commit
36000bfb97
@ -2,6 +2,8 @@
|
||||
# worker_processes 1;
|
||||
daemon off;
|
||||
|
||||
pid {{ service.root }}/pid;
|
||||
|
||||
worker_rlimit_nofile 1024;
|
||||
events {
|
||||
worker_connections 800;
|
||||
|
Loading…
Reference in New Issue
Block a user