Nodejs reverse proxy for static files not working with nginx
I'm trying to setup Angular + Nodejs behind Ngnix on Ubuntu. Everything is working fine for Angular and Nodejs API but I'm not able to serve static files. Here is my configuration (/etc/nginx/sites-enabled/default): location / { # First attempt to…