server { listen 5015; root "ROOTPATH"; index index.html; location /products/projects { try_files $uri /index.html =404; } }