removed pid from config

This commit is contained in:
11notes
2019-12-04 12:42:47 +01:00
parent d01ebeb4a4
commit 59c63e1920

View File

@@ -3,7 +3,6 @@
worker_processes auto;
worker_cpu_affinity auto;
worker_rlimit_nofile 204800;
pid /var/run/nginx.pid;
error_log /var/log/nginx/error.log warn;
# - Global Server Events -