server { listen 5001; root "ROOTPATH"; index index.html; location / { try_files $uri /index.html =404; } }