From 3f8da2ca0453cf957a925e85061f05e416ec3e7c Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Thu, 19 May 2016 07:53:37 -0400 Subject: [PATCH] Add fix for NGINX proxy setup for NodeJS apps. --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index cfaff91..2e9bc3c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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. \ No newline at end of file