Add username in accesslog
This commit is contained in:
parent
563a0bd274
commit
32ccc26712
5 changed files with 200 additions and 18 deletions
|
@ -1,15 +1,13 @@
|
|||
################################################################
|
||||
# Global configuration
|
||||
################################################################
|
||||
logLevel = "ERROR"
|
||||
defaultEntryPoints = ["http"]
|
||||
checkNewVersion = false
|
||||
|
||||
[traefikLog]
|
||||
filePath = "traefik.log"
|
||||
|
||||
[accessLog]
|
||||
filePath = "access.log"
|
||||
|
||||
logLevel = "ERROR"
|
||||
defaultEntryPoints = ["http"]
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":8000"
|
||||
|
@ -30,11 +28,13 @@ defaultEntryPoints = ["http"]
|
|||
address = ":8006"
|
||||
[entryPoints.httpRateLimit]
|
||||
address = ":8007"
|
||||
|
||||
checkNewVersion = false
|
||||
[entryPoints.digestAuth]
|
||||
address = ":8008"
|
||||
[entryPoints.digestAuth.auth.digest]
|
||||
users = ["test:traefik:a2688e031edb4be6a3797f3882655c05", "test2:traefik:518845800f9e2bfb1f1f740ec24f074e"]
|
||||
|
||||
[api]
|
||||
dashboard = false
|
||||
dashboard = true
|
||||
|
||||
[docker]
|
||||
exposedByDefault = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue