chuleta_haproxy
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| chuleta_haproxy [2022/06/14 22:03] – etfiat | chuleta_haproxy [2023/07/26 22:07] (current) – etfiat | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| - | acl ceph_acl | + | frontend frontal-cloud |
| + | bind x.y.z.t: | ||
| + | mode http | ||
| + | option | ||
| + | default_backend backend-cloud | ||
| + | redirect scheme https | ||
| + | |||
| + | frontend frontal-cloud-tls | ||
| + | bind x.y.z.t:443 ssl crt / | ||
| + | mode http | ||
| + | default_backend backend-cloud | ||
| + | |||
| + | option | ||
| + | |||
| + | |||
| + | #CAldav Cardav webfinger nodeinfo | ||
| + | | ||
| + | http-request redirect location / | ||
| + | acl webfinger path / | ||
| + | http-request redirect location / | ||
| + | acl nodeinfo path / | ||
| + | http-request redirect location / | ||
| + | |||
| + | #wiki | ||
| + | acl host_wiki | ||
| + | use_backend backend-wiki if host_wiki | ||
| + | |||
| + | #colabora | ||
| + | acl host_colabora hdr(host) -i colabora.icomz.net | ||
| + | use_backend backend-colabora if host_colabora | ||
| + | |||
| + | |||
| + | |||
| + | backend backend-cloud | ||
| + | server backcloud0 192.168.100.100: | ||
| + | |||
| + | backend backend-wiki | ||
| + | server backcloud0 192.168.100.101: | ||
| + | |||
| + | backend backend-colabora | ||
| + | server backccolabora0 192.168.100.102:9980 | ||
| </ | </ | ||
chuleta_haproxy.1655244207.txt.gz · Last modified: by etfiat
