daemon off in config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-09-19 22:40:18 +02:00
parent 095b37c7f3
commit 729c6c0235
3 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
daemon off;
worker_processes 1;
events {
worker_connections 1024;

View File

@ -1,3 +1,4 @@
daemon off;
worker_processes 1;
events {
worker_connections 1024;

View File

@ -43,4 +43,4 @@ else
fi
fi
nginx -g daemon off;
nginx