devops-coop / ansible-haproxy

Installs and configure HAProxy
Apache License 2.0
96 stars 97 forks source link

Add reqadd,rspadd,reqrep,reqirep,rsprep,rspirep to backend template #99

Closed stuwil closed 6 years ago

stuwil commented 7 years ago

Adds missing request and response modification features to the backend template, bringing it to parity with the frontend one.

Breaking change for reqrep on backend: standardized to make this the same format as the frontend template - as in, it should be passed a list.

benwebber commented 7 years ago

Could you add these to the listen template as well?

stuwil commented 7 years ago

@benwebber You've got it!