Files
.github
collections
docs
examples
apache
caddy
matrix-client-element
matrix-dimension
matrix-synapse
matrix-util
caddy2
haproxy
hosts
vars.yml
group_vars
inventory
roles
.editorconfig
.gitignore
.yamllint
CHANGELOG.md
LICENSE
README.md
ansible.cfg
setup.yml
matrix-docker-ansible-deploy/examples/caddy/matrix-util
2019-04-16 19:36:03 +02:00

8 lines
187 B
Plaintext

:80 {
# Redirect ACME-Challenge traffic to port 2402
proxy /.well-known/acme-challenge http://127.0.0.1:2402
# Redirect all other traffic to HTTPS
redir / https://{host}{uri} 301
}