mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-05 18:01:40 -05:00
7 lines
187 B
Text
7 lines
187 B
Text
: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
|
|
}
|