2024-12-30 10:37:55 +00:00
|
|
|
framework:
|
2025-01-10 11:49:43 +00:00
|
|
|
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
|