dd
This commit is contained in:
parent
71cb38b33e
commit
66f74f319a
2 changed files with 4 additions and 2 deletions
|
@ -21,8 +21,8 @@ http:
|
||||||
middlewares:
|
middlewares:
|
||||||
ratelimit:
|
ratelimit:
|
||||||
rateLimit:
|
rateLimit:
|
||||||
average: 20
|
average: 10
|
||||||
burst: 1
|
burst: 5
|
||||||
sourceCriterion:
|
sourceCriterion:
|
||||||
ipStrategy:
|
ipStrategy:
|
||||||
depth: 2
|
depth: 2
|
||||||
|
|
|
@ -33,6 +33,8 @@ certificatesResolvers:
|
||||||
log:
|
log:
|
||||||
level: INFO
|
level: INFO
|
||||||
|
|
||||||
|
accessLog: {}
|
||||||
|
|
||||||
api:
|
api:
|
||||||
insecure: true
|
insecure: true
|
||||||
dashboard: true # unter Port 8081 erreichbar
|
dashboard: true # unter Port 8081 erreichbar
|
||||||
|
|
Loading…
Reference in a new issue