service: Option to not pass host header to container service

This commit is contained in:
uumas
2025-04-05 04:38:57 +03:00
parent 6acdcd6dac
commit 093e7846ad
4 changed files with 12 additions and 0 deletions

View File

@@ -33,4 +33,5 @@
vhost_domains: "{{ service_domains }}"
vhost_proxy_target_netproto: unix
vhost_proxy_target_socket: "/run/{{ service_name }}-socat.sock"
vhost_proxy_headers: "{{ _service_proxy_headers }}"
vhost_locations: "{{ service_vhost_locations }}"