13 lines
316 B
Caddyfile
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
|
|
}
|