server { listen 5001; root /var/www/studio/client; index index.html; location / { try_files $uri /index.html =404; } }