Compare commits
2 commits
17cf166493
...
70f86e750d
Author | SHA1 | Date | |
---|---|---|---|
70f86e750d | |||
86c9d3b1d5 |
2 changed files with 2 additions and 16 deletions
|
@ -43,6 +43,6 @@ http {
|
|||
location / {
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
error_page 404 404.html;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,11 +11,6 @@ http:
|
|||
regex: "^https://www\\.(mo8it\\.com.*)"
|
||||
replacement: "https://${1}"
|
||||
permanent: true
|
||||
mo8it_xyz_to_com:
|
||||
redirectRegex:
|
||||
regex: "^(https://[a-z-]+\\.mo8it\\.)xyz(.*)"
|
||||
replacement: "${1}com${2}"
|
||||
permanent: true
|
||||
oxiform_ratelimit:
|
||||
rateLimit:
|
||||
average: 2
|
||||
|
@ -27,9 +22,7 @@ http:
|
|||
rule: Host(`git.mo8it.com`)
|
||||
service: forgejo
|
||||
to_hedgedoc:
|
||||
rule: Host(`pads.mo8it.com`) || Host(`pads.mo8it.xyz`)
|
||||
middlewares:
|
||||
- mo8it_xyz_to_com
|
||||
rule: Host(`pads.mo8it.com`)
|
||||
service: hedgedoc
|
||||
to_yinghong_massage_de:
|
||||
rule: Host(`yinghong-massage.de`) || Host(`www.yinghong-massage.de`)
|
||||
|
@ -43,9 +36,6 @@ http:
|
|||
middlewares:
|
||||
- oxiform_ratelimit
|
||||
service: yinghong_massage_oxiform
|
||||
to_ihatemoney:
|
||||
rule: Host(`ihatemoney.mo8it.com`)
|
||||
service: ihatemoney
|
||||
to_lldap:
|
||||
rule: Host(`ldap.mo8it.com`)
|
||||
service: lldap
|
||||
|
@ -92,10 +82,6 @@ http:
|
|||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-yinghong-massage-oxiform
|
||||
ihatemoney:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://systemd-ihatemoney
|
||||
lldap:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
|
Loading…
Reference in a new issue