Remove old global config and use new static config
This commit is contained in:
parent
c39d21c178
commit
5d91c7e15c
114 changed files with 2485 additions and 3646 deletions
|
@ -1,10 +1,13 @@
|
|||
################################################################
|
||||
# Global configuration
|
||||
################################################################
|
||||
traefikLogsFile = "traefik.log"
|
||||
accessLogsFile = "access.log"
|
||||
[accessLog]
|
||||
filePath = "access.log"
|
||||
|
||||
[log]
|
||||
filePath = "traefik.log"
|
||||
logLevel = "ERROR"
|
||||
defaultEntryPoints = ["http"]
|
||||
|
||||
[entryPoints]
|
||||
[entryPoints.http]
|
||||
address = ":8000"
|
||||
|
@ -22,7 +25,8 @@ entryPoint = "api"
|
|||
################################################################
|
||||
# File configuration backend
|
||||
################################################################
|
||||
[file]
|
||||
[providers]
|
||||
[providers.file]
|
||||
|
||||
################################################################
|
||||
# rules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue