3

Help needed in configuring traefik using .toml file. The only configuration examples that I was able to find was for cases when used with Docker. Anyone can help?

RAM
  • 2,257
  • 2
  • 19
  • 41
Piotr Lada
  • 41
  • 1
  • 1
  • 2

2 Answers2

2

This section is included in the Basics section of Traefik's documentation:

https://doc.traefik.io/traefik/middlewares/http/headers/#using-security-headers

You can also see the configuration examples there. They include the settings configuring HSTS headers.

schrom
  • 1,372
  • 1
  • 22
  • 36
Daniel Tomcej
  • 224
  • 1
  • 3
0

For people with STS-issues when using Traefik, please take a look at my findings when using STS with self-signed certificates: How to use STS headers with Traefik when using Docker

Kenny
  • 571
  • 5
  • 18