BUGFIX: make it working behind a proxy
This commit is contained in:
parent
04b843ef44
commit
d926191539
2
config/packages/framework.yaml
Normal file → Executable file
2
config/packages/framework.yaml
Normal file → Executable file
@ -11,6 +11,8 @@ framework:
|
||||
cookie_secure: auto
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user