Switch to filtered apache backends

We seem to be under a similar attack to last time. The new apache filter
in front of gitea was implemented to be used if this happened again.
Switch to it.

Change-Id: Ib9ed3029dad7fc26cca209fece547a2a94d8da4a
This commit is contained in:
Clark Boylan 2020-10-14 08:55:21 -07:00
parent 16d661affe
commit ccc91ba9c9
1 changed files with 8 additions and 8 deletions

View File

@ -24,21 +24,21 @@ haproxy_listeners:
- ':::443'
servers:
- name: 'gitea01.opendev.org'
address: '38.108.68.172:3000'
address: '38.108.68.172:3081'
- name: 'gitea02.opendev.org'
address: '38.108.68.23:3000'
address: '38.108.68.23:3081'
- name: 'gitea03.opendev.org'
address: '38.108.68.110:3000'
address: '38.108.68.110:3081'
- name: 'gitea04.opendev.org'
address: '38.108.68.147:3000'
address: '38.108.68.147:3081'
- name: 'gitea05.opendev.org'
address: '38.108.68.131:3000'
address: '38.108.68.131:3081'
- name: 'gitea06.opendev.org'
address: '38.108.68.250:3000'
address: '38.108.68.250:3081'
- name: 'gitea07.opendev.org'
address: '38.108.68.134:3000'
address: '38.108.68.134:3081'
- name: 'gitea08.opendev.org'
address: '38.108.68.205:3000'
address: '38.108.68.205:3081'
iptables_extra_public_tcp_ports:
- 443
- 80