Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
Showing only changes of commit cd9e17e8f6 - Show all commits

View file

@ -53,7 +53,7 @@ main() {
if config_check; then
debug "HAProxy detected... reloading"
systemctl reload apache2
systemctl reload haproxy
else
error "HAProxy config is broken, you must fix it !"
fi