http { server { listen 80; server_name www.test.com; location / { root E:/data/www; index index.html index.htm; } } }