From 36000bfb97eb51a6f5af6a3b277aa9ed20ad70e0 Mon Sep 17 00:00:00 2001
From: Philippe PITTOLI
Date: Sat, 2 Nov 2019 22:41:29 +0100
Subject: [PATCH] nginx template: pid instruction
---
templates/nginx.conf.j2 | 2 ++
1 file changed, 2 insertions(+)
diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2
index d313006..b6b0834 100644
--- a/templates/nginx.conf.j2
+++ b/templates/nginx.conf.j2
@@ -2,6 +2,8 @@
# worker_processes 1;
daemon off;
+pid {{ service.root }}/pid;
+
worker_rlimit_nofile 1024;
events {
worker_connections 800;