# A very simple nginx configuration file that forces nginx to start.
pid /tmp/nginx.pid;
events {}
http {}
daemon off;