From 46ac74f7f39c98f82dcfe33f3f2fbb5d96201605 Mon Sep 17 00:00:00 2001 From: Florian Heinemann Date: Mon, 3 Nov 2014 23:42:05 -0500 Subject: [PATCH] CHANGE app root --- bin/release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/release b/bin/release index 60f875a..e7fad55 100755 --- a/bin/release +++ b/bin/release @@ -4,5 +4,5 @@ set -e cat << EOF --- default_process_types: - web: erb /app/nginx.conf.erb > /app/nginx.conf && nginx -c /app/nginx.conf + web: erb /app/nginx.conf.erb > /app/nginx.conf && /nginx/nginx -c /app/nginx.conf EOF