chuleta_haproxy
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| chuleta_haproxy [2022/06/14 22:03] – creado etfiat | chuleta_haproxy [2023/07/26 22:07] (current) – etfiat | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| - | acl ceph_acl hdr(host) | + | frontend frontal-cloud |
| + | bind x.y.z.t:80 | ||
| + | mode http | ||
| + | option | ||
| + | default_backend backend-cloud | ||
| + | redirect scheme https | ||
| + | frontend frontal-cloud-tls | ||
| + | bind x.y.z.t:443 ssl crt /etc/cert/ | ||
| + | mode http | ||
| + | default_backend backend-cloud | ||
| + | | ||
| + | option | ||
| - | </code>ceph.intra.unizar.es | + | |
| + | #CAldav Cardav webfinger nodeinfo | ||
| + | acl url_discovery path / | ||
| + | http-request redirect location / | ||
| + | acl webfinger path /.well-known/ | ||
| + | http-request redirect location /index.php/.well-known/ | ||
| + | acl nodeinfo path / | ||
| + | http-request redirect location / | ||
| + | |||
| + | #wiki | ||
| + | acl host_wiki hdr(host) -i wiki.icomz.net | ||
| + | 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: | ||
| + | |||
| + | |||
| + | </ | ||
chuleta_haproxy.1655244193.txt.gz · Last modified: by etfiat
