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