What is the difference between nginx daemon on/off option?
For normal production (on a server), use the default daemon on; directive so the Nginx server will start in the background. In this way Nginx and other services are running and talking to each other. One server runs many services. For Docker containers (or for debugging), the daemon off; directive tells Nginx to stay in … Read more