Comment on Traefik Docker Lables: Common Practice

lemmyvore@feddit.nl ⁨6⁩ ⁨months⁩ ago

You can skip serving 80 but good practice dictates that you should enable the HSTS header if you do that, so that browsers know to not even try HTTP.

traefik.frontend.headers.STSSeconds: "31536000"     traefik.frontend.headers.STSIncludeSubdomains: "true"     traefik.frontend.headers.STSPreload: "true"

source
Sort:hotnewtop