I am running Tileserver-GL on docker with custom mbtiles and it has been working great. I have a recent requirement to add web security headers to the responses coming from the tile server. I don't see any direct configuration flag on the documentation to add security headers (i.e Strict-Transport-Security, Permissions-Policy, Referrer-Policy, etc)
What's the best way to tackle this. On TileServer-GL Docs they recommend adjusting the web server configs but that its not available from the docker container
I searched for Tileserver-GL Docs for information regarding my problem but its not explained