server { listen 5013; root /var/www/products/ASC.Files/editor; index index.html; location / { try_files $uri /index.html =404; } }