server { listen 8080; server_name _; location / { root /opt/html; index index.html index.htm; } }