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