nginx template: pid instruction
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