mirror of
https://code.forgejo.org/infrastructure/documentation
synced 2024-11-25 12:11:10 +00:00
traefik: display the user agent in the access logs
This commit is contained in:
parent
804b76931d
commit
6ca6d676d8
|
@ -26,3 +26,8 @@ spec:
|
||||||
logs:
|
logs:
|
||||||
access:
|
access:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
fields:
|
||||||
|
headers:
|
||||||
|
# https://github.com/traefik/traefik-helm-chart/blob/v25.0.0/traefik/values.yaml#L304-L308
|
||||||
|
names:
|
||||||
|
User-Agent: keep
|
||||||
|
|
Loading…
Reference in a new issue