Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
fix config location
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Dec 1, 2015
1 parent 54513b5 commit e6593d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ global
EOF

# set new haproxy config location
sudo sed -i 's/CONFIG=\/etc\/haproxy\/haproxy.cfg/CONFIG=\/home\/dokku\/haproxy\/haproxy.cfg/g' /etc/init.d/haproxy
sudo sed -i 's/CONFIG=\/etc\/haproxy\/haproxy.cfg/CONFIG=\/var\/lib\/dokku-haproxy\/haproxy.cfg/g' /etc/init.d/haproxy

# enable stats
cat<<EOF > /var/lib/dokku-haproxy/_11_stats.cfg
Expand Down

0 comments on commit e6593d2

Please sign in to comment.