1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-11-05 11:48:42 +00:00

CHANGE app root

This commit is contained in:
Florian Heinemann 2014-11-03 23:42:05 -05:00
parent f76e1d0d19
commit 46ac74f7f3

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