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

@@ -20,8 +20,14 @@ argument_specs:
- Required if service_domains is not empty.
type: int
required: false
service_proxy_pass_host_header:
description: Passed to vhost role as vhost_proxy_pass_header
type: bool
required: false
default: true
service_vhost_locations:
description: Passed to vhost role as vhost_locations
type: list
required: false
default: []