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