From 6426cee2b5e1ac8bbc79af9b5649e31d3aeec3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Tue, 6 Feb 2018 12:34:56 +0100 Subject: [PATCH] Add web-admin to example config --- examples/etc/turnserver.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/etc/turnserver.conf b/examples/etc/turnserver.conf index 8f0cc68..84caab8 100644 --- a/examples/etc/turnserver.conf +++ b/examples/etc/turnserver.conf @@ -665,6 +665,20 @@ # #cli-password=qwerty +# Enable Web-admin support on https. By default it is Disabled. +# If it is enabled it also enables a http a simple static banner page +# with a small reminder that the admin page is available only on https. +# +#web-admin + +# Local system IP address to be used for Web-admin server endpoint. Default value is 127.0.0.1. +# +#web-admin-ip=127.0.0.1 + +# Web-admin server port. Default is 8080. +# +#web-admin-port=8080 + # Server relay. NON-STANDARD AND DANGEROUS OPTION. # Only for those applications when we want to run # server applications on the relay endpoints.