Skip to content

Instantly share code, notes, and snippets.

@udienz
udienz / a foreman setting example
Last active April 27, 2016 23:39
foreman+unicorn+nginx ssl offload on debian
echo "deb http://apt.puppetlabs.com wheezy main" >>/etc/apt/sources.list
apt-get update
apt-get install foreman unicorn
/etc/init.d/foreman stop
#disable /etc/init.d/foreman
rcconf