mirror of https://github.com/Aidaho12/haproxy-wi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
382 B
22 lines
382 B
[apache-noscript]
|
|
enabled = true
|
|
port = http,https
|
|
filter = apache-noscript
|
|
logpath = /var/log/httpd/*error.log
|
|
maxretry = 6
|
|
|
|
[apache-overflows]
|
|
enabled = true
|
|
port = http,https
|
|
filter = apache-overflows
|
|
logpath = /var/log/httpd/*error.log
|
|
maxretry = 2
|
|
|
|
[apache-nohome]
|
|
enabled = true
|
|
port = http,https
|
|
filter = apache-nohome
|
|
logpath = /var/log/httpd/*error.log
|
|
maxretry = 2
|
|
|