From 710508dc409ee51560f03fb3f11818ea9a314a60 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Thu, 24 Nov 2016 18:17:57 +0100 Subject: [PATCH] Fix digest auth doc --- docs/toml.md | 2 +- traefik.sample.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/toml.md b/docs/toml.md index cc40ca0c7..d71a91ac4 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -511,7 +511,7 @@ address = ":8080" # To enable digest auth on the webui # with 2 user/realm/pass: test:traefik:test and test2:traefik:test2 # You can use htdigest to generate those ones -# [web.auth.basic] +# [web.auth.digest] # users = ["test:traefik:a2688e031edb4be6a3797f3882655c05 ", "test2:traefik:518845800f9e2bfb1f1f740ec24f074e"] ``` diff --git a/traefik.sample.toml b/traefik.sample.toml index c53effd28..78b5a2678 100644 --- a/traefik.sample.toml +++ b/traefik.sample.toml @@ -294,7 +294,7 @@ # To enable digest auth on the webui # with 2 user/realm/pass: test:traefik:test and test2:traefik:test2 # You can use htdigest to generate those ones -# [web.auth.basic] +# [web.auth.digest] # users = ["test:traefik:a2688e031edb4be6a3797f3882655c05 ", "test2:traefik:518845800f9e2bfb1f1f740ec24f074e"]