server { listen 8080; server_name localhost; location / { root /srv; index index.html index.htm; } }