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