server { listen 80; listen [::]:80; root /var/www/gogumae/html; index index.html index.htm index.nginx-debian.html; server_name gogumae www.gogumae; location / { try_files $uri $uri/ =404; } }