server { listen 80; listen [::]:80; server_name morioh.com; root /var/www/morioh.com; location / { try_files $uri $uri/ /index.html; } }