server { listen 80; server_name ; root /home//; index index.html; location / { try_files $uri $uri/ =404; } }