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