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