daemon on!

This commit is contained in:
Paul Liverman III 2018-03-16 16:51:12 -07:00
parent c3438cd38f
commit 1b55d56b43

View File

@ -1,6 +1,6 @@
worker_processes ${{NUM_WORKERS}};
error_log stderr notice;
daemon off;
daemon on;
pid logs/nginx.pid;
events {