Add fix for NGINX proxy setup for NodeJS apps.

This commit is contained in:
Dorian 2016-05-19 07:53:37 -04:00
parent 38e2717009
commit 3f8da2ca04
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@
proxy_pass http://127.0.0.1:{{ nodejs_app_port }};
sudo: yes
notify: restart nginx
Fix setting of the static path for the app.