ff
This commit is contained in:
parent
1fd038df2e
commit
71cb38b33e
1 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,8 @@ http:
|
|||
router_gitea:
|
||||
rule: "Host(`git.mgrote.net`)"
|
||||
service: "service_gitea"
|
||||
middlewares:
|
||||
- "ratelimit"
|
||||
entrypoints:
|
||||
- entry_https
|
||||
tls:
|
||||
|
@ -15,3 +17,12 @@ http:
|
|||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://forgejo.mgrote.net:3000/"
|
||||
###### middlewares #####
|
||||
middlewares:
|
||||
ratelimit:
|
||||
rateLimit:
|
||||
average: 20
|
||||
burst: 1
|
||||
sourceCriterion:
|
||||
ipStrategy:
|
||||
depth: 2
|
||||
|
|
Loading…
Reference in a new issue