fix: some upgrade
This commit is contained in:
@@ -10,6 +10,14 @@ entryPoints:
|
||||
|
||||
websecure:
|
||||
address: ":443"
|
||||
http:
|
||||
redirections:
|
||||
entryPoint:
|
||||
to: websecure
|
||||
scheme: https
|
||||
permanent: true
|
||||
metrics:
|
||||
address: ":40882"
|
||||
|
||||
api:
|
||||
insecure: true
|
||||
@@ -39,3 +47,13 @@ certificatesResolvers:
|
||||
storage: acme.json
|
||||
dnsChallenge:
|
||||
provider: cloudflare
|
||||
|
||||
metrics:
|
||||
prometheus:
|
||||
entryPoint: metrics
|
||||
headerLabels:
|
||||
x_real_ip: X-Real-Ip
|
||||
x_forwarded_host: X-Forwarded-Host
|
||||
x_forwarded_port: X-Forwarded-Port
|
||||
x_forwarded_for: X-Forwarded-For
|
||||
x_forwarded_proto: X-Forwarded-Proto
|
Reference in New Issue
Block a user