daemon off; master_process off; error_log logs/error.log debug; events { } http { server { listen 8000; location / { set_header X-Foo foo; } } }