/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/fixtures/https/rootcas/https_with_file.toml
35 строк
658 B
Ludovic Fernandez
New logger for the Traefik logs
21 ноя 2022, 20:36
Не верифицирован
21 ноя 2022, 20:36
56f7515
Код
Авторство
О чём код?
[global] checkNewVersion = false sendAnonymousUsage = false [log] level = "DEBUG" noColor = true [serversTransport] # Use certificate in net/internal/testcert.go rootCAs = [ "fixtures/https/rootcas/local.crt"] [entryPoints] [entryPoints.web] address = ":8081" [api] insecure = true [providers.file] filename = "{{ .SelfFilename }}" ## dynamic configuration ## [http.routers] [http.routers.router1] service = "service1" rule = "Path(`/ping`)" [http.services] [http.services.service1] [http.services.service1.loadBalancer] [[http.services.service1.loadBalancer.servers]] url = "{{ .BackendHost }}"