mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding haproxy to startup.
This commit is contained in:
parent
7145b32264
commit
a1e23eb8d5
1 changed files with 1 additions and 0 deletions
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -816,6 +816,7 @@ def setup_haproxy(debug=False):
|
|||
run('cat %s/newsblur.com.key >> %s/newsblur.pem' % (cert_path, cert_path))
|
||||
put('config/haproxy_rsyslog.conf', '/etc/rsyslog.d/49-haproxy.conf', use_sudo=True)
|
||||
sudo('restart rsyslog')
|
||||
sudo('update-rc.d -f haproxy defaults')
|
||||
|
||||
sudo('/etc/init.d/haproxy stop')
|
||||
run('sleep 1')
|
||||
|
|
Loading…
Add table
Reference in a new issue