mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-22 17:23:05 +00:00
Changed typo
This commit is contained in:
parent
d9177c1cde
commit
6571ed1b95
@ -4,5 +4,5 @@ set -e
|
|||||||
cat << EOF
|
cat << EOF
|
||||||
---
|
---
|
||||||
default_process_types:
|
default_process_types:
|
||||||
web: echo 's/<PORT>/{${PORT}}/g' && sed -i 's/<PORT>/{${PORT}}/g' /app/nxinx.conf && /app/nginx/nginx -c /app/nginx.conf
|
web: echo 's/<PORT>/${PORT}/g' && sed -i 's/<PORT>/${PORT}/g' /app/nginx.conf && /app/nginx/nginx -c /app/nginx.conf
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user