[damned-lies/oscp] Write pidfile to /tmp



commit 226be694f24f24c38efb8bb09e742f8457fcfee5
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 15:00:02 2020 +0100

    Write pidfile to /tmp

 httpd_min/nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd_min/nginx.conf b/httpd_min/nginx.conf
index 5257ab95..35254ca6 100644
--- a/httpd_min/nginx.conf
+++ b/httpd_min/nginx.conf
@@ -1,6 +1,6 @@
 worker_processes auto;
 error_log /var/log/nginx/error.log;
-pid /run/nginx.pid;
+pid /tmp/nginx.pid;
 
 # Load dynamic modules. See /usr/share/doc/nginx/README.dynamic.
 include /usr/share/nginx/modules/*.conf;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]