daemon off;
master_process off;
events {
use poll;
}
http {
server {
server_name _;
listen 80;
location / {
root /;
autoindex on;