From d73a8e85d7ac205f142cb991ff5beee470481465 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Fri, 18 Dec 2020 08:05:19 +0000 Subject: [PATCH] Add acme to config file --- examples/etc/turnserver.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/etc/turnserver.conf b/examples/etc/turnserver.conf index aa91964..906a4b9 100644 --- a/examples/etc/turnserver.conf +++ b/examples/etc/turnserver.conf @@ -719,6 +719,10 @@ # #web-admin-listen-on-workers +#acme-redirect=http://redirectserver/.well-known/acme-challenge/ +# Redirect ACME, i.e. HTTP GET requests matching '^/.well-known/acme-challenge/(.*)' to '$1'. +# Default is '', i.e. no special handling for such requests. + # Server relay. NON-STANDARD AND DANGEROUS OPTION. # Only for those applications when you want to run # server applications on the relay endpoints.