forked from Ivasoft/traefik
committed by
Traefiker Bot
parent
0ca2149408
commit
4a68d29ce2
@@ -1,14 +1,13 @@
|
||||
[log]
|
||||
logLevel = "DEBUG"
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
address = ":8000"
|
||||
|
||||
[entryPoints.traefik]
|
||||
[entrypoints.traefik]
|
||||
address = ":8001"
|
||||
|
||||
|
||||
[api]
|
||||
middlewares = ["file.authentication"]
|
||||
|
||||
@@ -16,6 +15,6 @@ logLevel = "DEBUG"
|
||||
|
||||
[providers.file]
|
||||
|
||||
[middlewares]
|
||||
[middlewares.authentication.basicauth]
|
||||
[http.middlewares]
|
||||
[http.middlewares.authentication.basicauth]
|
||||
users = ["test:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/", "test2:$apr1$d9hr9HBB$4HxwgUir3HP4EsggP/QNo0"]
|
||||
|
||||
Reference in New Issue
Block a user