1
0
This repository has been archived on 2026-08-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tera/deploy/coturn/turn-acme.Caddyfile.example
T

13 lines
316 B
Caddyfile

# HTTP-01 only. Review, place beside the real Caddyfile, and import it there.
# Caddy does not proxy TURN; coturn owns 3478/5349 and its UDP relay range.
http://turn.lumbridgecorp.com {
bind REQUIRED_PRIVATE_IPV4
handle /.well-known/acme-challenge/* {
root * /var/www/turn-acme
file_server
}
respond 404
}