BUGFIX: let it work behind a proxy

This commit is contained in:
Jeroen De Meerleer 2022-09-12 15:11:14 +02:00
parent fc03b2f731
commit 15031f3ff3
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ framework:
cookie_samesite: lax
storage_factory_id: session.storage.factory.native
trusted_proxies: "%env(resolve:TRUSTED_PROXIES)%"
trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port', 'x-forwarded-prefix']
#esi: true
#fragments: true
php_errors: