Skip to content

Commit

Permalink
Merge pull request #229 from tuxtof/fix/haproxy-compose
Browse files Browse the repository at this point in the history
fix ha-proxy config
  • Loading branch information
carlosedp authored Dec 10, 2023
2 parents cf07b7c + 03ab79a commit d44c75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/haproxy/haproxy-compose/cfg/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ listen stats
stats auth admin:admin

program api
command /usr/bin/dataplaneapi --host 0.0.0.0 --port 5555 --haproxy-bin /usr/sbin/haproxy --config-file /usr/local/etc/haproxy/haproxy.cfg --reload-cmd "kill -SIGUSR2 1" --reload-delay 5 --userlist dataplaneapi
command /usr/bin/dataplaneapi --host 0.0.0.0 --port 5555 --haproxy-bin /usr/sbin/haproxy --config-file /usr/local/etc/haproxy/haproxy.cfg --reload-cmd "kill -SIGUSR2 1" --restart-cmd="kill -SIGUSR2 1" --reload-delay 5 --userlist dataplaneapi
no option start-on-reload
2 changes: 1 addition & 1 deletion docs/haproxy/haproxy-compose/haproxy.cfg.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ listen stats
stats auth admin:admin

program api
command /usr/bin/dataplaneapi --host 0.0.0.0 --port 5555 --haproxy-bin /usr/sbin/haproxy --config-file /usr/local/etc/haproxy/haproxy.cfg --reload-cmd "kill -SIGUSR2 1" --reload-delay 5 --userlist dataplaneapi
command /usr/bin/dataplaneapi --host 0.0.0.0 --port 5555 --haproxy-bin /usr/sbin/haproxy --config-file /usr/local/etc/haproxy/haproxy.cfg --reload-cmd "kill -SIGUSR2 1" --restart-cmd="kill -SIGUSR2 1" --reload-delay 5 --userlist dataplaneapi
no option start-on-reload

0 comments on commit d44c75c

Please sign in to comment.