mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
Add access log to Traefik config
This commit is contained in:
parent
adc0c8395f
commit
0f861d38d7
2 changed files with 5 additions and 1 deletions
|
|
@ -37,4 +37,7 @@ entryPoint = "http"
|
|||
|
||||
[[acme.domains]]
|
||||
main = "banditlair.com"
|
||||
sans = ["mail.banditlair.com"]
|
||||
sans = ["mail.banditlair.com"]
|
||||
|
||||
[accessLog]
|
||||
filePath = "/var/log/traefik/access.log"
|
||||
Loading…
Add table
Add a link
Reference in a new issue