I\'m serving multiple angular apps from the same server block in Nginx. So in order to let the user browse directly to certain custom
angular
server
Nginx
Try building you apps using --base.href=/projectx/ for example:
ng build --base.href=/project1/ ng build --base.href=/project2/ ng build --base.href=/project3/