server { listen 127.0.0.1:8080; server_name localhost; root /var/www/fallback; index index.html; location / { try_files $uri $uri/ =404; } }