Skip to content

Commit

Permalink
Merge pull request #157 from romaninsh/fix-issue-156
Browse files Browse the repository at this point in the history
Fixes issue #156
  • Loading branch information
stof committed Apr 21, 2015
2 parents 22d47e7 + c85961d commit 6cc5ec4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -473,13 +473,13 @@ erb conf/site.conf.erb > /app/vendor/nginx/conf/site.conf
`tail_log_plex ${LOG_FILES} ${SYS_LOG_FILES}`
(
exec php-fpm -p "/app/vendor/php"
\$pmsgr < "php-fpm"
php-fpm -p "/app/vendor/php"
echo "php-fpm" > \$pmsgr
)&
(
exec nginx -p "/app/vendor/nginx" -c /app/vendor/nginx/conf/nginx.conf
\$pmsgr < "nginx"
nginx -p "/app/vendor/nginx" -c /app/vendor/nginx/conf/nginx.conf
echo "nginx" > \$pmsgr
)&
Expand Down

0 comments on commit 6cc5ec4

Please sign in to comment.