Add fix for NGINX proxy setup for NodeJS apps.
This commit is contained in:
parent
38e2717009
commit
3f8da2ca04
|
@ -10,3 +10,4 @@
|
||||||
proxy_pass http://127.0.0.1:{{ nodejs_app_port }};
|
proxy_pass http://127.0.0.1:{{ nodejs_app_port }};
|
||||||
sudo: yes
|
sudo: yes
|
||||||
notify: restart nginx
|
notify: restart nginx
|
||||||
|
Fix setting of the static path for the app.
|
Loading…
Reference in New Issue