From 1e5a7d7b24ef2aa33e7b7145e65342a0e6890c67 Mon Sep 17 00:00:00 2001 From: Jeff Lindsay Date: Sat, 8 Jun 2013 03:58:59 -0700 Subject: [PATCH] nginx section --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 98ba838be..db0cc7a63 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -30,5 +30,9 @@ stop nginx-reloader start nginx-reloader echo $HOSTNAME > /home/git/DOMAIN +# configure and start nginx +echo "include /home/git/*/nginx.conf;" > /etc/nginx/conf.d/dokku.conf +/etc/init.d/nginx start + echo "Be sure to upload a public key for your user:" echo " cat ~/.ssh/id_rsa.pub | ssh root@$HOSTNAME \"gitreceive upload-key progrium\"" \ No newline at end of file