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