# A very simple nginx configuration file that forces nginx to start as a daemon.
events {}
http {}
daemon on;