4cef67a91d
Included comments at the top of all template files indicating that they are managed by Ansible and should not be edited manually. This ensures clarity and avoids unintended manual modifications.
9 lines
379 B
YAML
9 lines
379 B
YAML
# this file is managed by ansible. Do not edit it by hand
|
|
|
|
framework:
|
|
trusted_proxies: '127.0.0.1,REMOTE_ADDR{% for ip in traefik_trusted_ips|default([]) %},{{ ip }}{% endfor %}'
|
|
trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port']
|
|
|
|
parameters:
|
|
router.request_context.scheme: 'https'
|
|
asset.request_context.secure: true |