collect traefik access logs

remove forgejo access logs
This commit is contained in:
Pim Kunis 2023-08-25 19:53:36 +02:00
parent 44e3bd6729
commit 833b1a2b5e
4 changed files with 13 additions and 5 deletions

View file

@ -125,3 +125,11 @@ services:
- --certificatesresolvers.letsencrypt.acme.httpchallenge.entrypoint=web
- --serversTransport.insecureSkipVerify=true
- --accesslog=true
- --accesslog.fields.defaultmode=keep
- --accesslog.fields.names.ClientUsername=drop
- --accesslog.fields.headers.defaultmode=keep
- --accesslog.fields.headers.names.User-Agent=keep
- --accesslog.fields.headers.names.Authorization=drop
- --accesslog.fields.headers.names.Content-Type=keep