.config
.github
LICENSES
bin
collections
docs
examples
reverse-proxies
apache
caddy2
caddy2-in-container
haproxy
README.md
haproxy.cfg
nginx
nginx-proxy-manager
README.md
host.yml
hosts
hosts.license
vars.yml
vars.yml.license
gpg
group_vars
i18n
inventory
roles
templates
.editorconfig
.envrc
.gitattributes
.gitignore
.yamllint
CHANGELOG.md
CHANGELOG.md.license
LICENSE
Makefile
README.md
README.md.license
REUSE.toml
YEAR-IN-REVIEW.md
ansible.cfg
conf.py
flake.lock
flake.nix
jitsi_jvb.yml
justfile
requirements.txt
requirements.yml
setup.yml
setup.yml.license
18 lines
850 B
Markdown
18 lines
850 B
Markdown
<!--
|
|
SPDX-FileCopyrightText: 2019 MDAD project contributors
|
|
SPDX-FileCopyrightText: 2024 Rubén Cabrera
|
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
# HAproxy reverse-proxy
|
|
|
|
This directory contains sample files that show you how to do reverse-proxying using HAproxy.
|
|
|
|
This is for when you wish to have your own HAproxy instance sitting in front of Matrix services installed by this playbook.
|
|
|
|
We recommend that you use HAProxy in front of Traefik. See our [Fronting the integrated reverse-proxy webserver with another reverse-proxy](../../../docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) documentation.
|
|
|
|
You can then use the configuration files from this directory as an example for how to configure your HAproxy reverse proxy.
|