Cannot access jst.js and importer.css in sailsjs+angularjs app

I've set up my sailsjs+angularjs app with nginx as a reverse proxy server. When I lift sails app and try to access it in browser with local domain name which I've set up app don't display correct.

When I look at Chrome console I've noticed that jst.js and importer.css files are inaccessible. But when I access my app in browser with address localhost:PORT_NUM everything is OK.

How to correct this situation? Thanx!