Use correct namespace for serverstransport

pull/330/head
thespad 2025-07-05 20:22:34 +01:00
rodzic 131b358b2a
commit ae87b24dbf
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 16 dodań i 16 usunięć

Wyświetl plik

@ -238,7 +238,7 @@ hide:
Then on our `foo` service we tell it to use this rule, as well as telling Traefik the backend is running on https.
```yml
- traefik.http.services.foo.loadbalancer.serverstransport=ignorecert
- traefik.http.services.foo.loadbalancer.serverstransport=ignorecert@file
- traefik.http.services.foo.loadbalancer.server.scheme=https
```