vhost: Add option to find and replace headers in reverse proxy

This commit is contained in:
uumas
2026-03-11 22:13:29 +02:00
parent 080c5b4dc2
commit 3013d3edf0
4 changed files with 83 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ _vhost_matchers: >-
_vhost_location_defaults:
type: "{{ vhost_type }}"
headers: "{{ vhost_headers }}"
find_replace_headers: "{{ vhost_find_replace_headers }}"
delete_headers: "{{ vhost_delete_headers }}"
basicauth: "{{ vhost_basicauth }}"