server { listen 80; listen [::]:80; server_name nas.sigkill.top; root /srv/http/www; location / { index index.html; } }