worker_processes 1; events { worker_connections 1024; } http { server { location / { root /data/www; } } }