CHANGE app root

This commit is contained in:
Florian Heinemann 2014-11-03 23:42:05 -05:00
parent f76e1d0d19
commit 46ac74f7f3
1 changed files with 1 additions and 1 deletions

View File

@ -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