server { listen 80; server_name shockrah.xyz; root /opt/nginx/shockrah.xyz; index index.html; location / { try_files $uri $uri/ =404; } }