Closed
Description
Description
For now, if we configure symfony behind proxy like that:
trusted_headers: ['x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto', 'x-forwarded-port', 'x-forwarded-prefix']
trusted_proxies: '127.0.0.1,REMOTE_ADDR'
the router component starts generate routes based on x-forwarded-prefix header, but not asset component.
Asset component generates paths form root. It would be nice to get a option follow x-forwarded-prefix or semiliar one
Example
No response