浏览代码

Add web-admin to example config

Mészáros Mihály 7 年之前
父节点
当前提交
6426cee2b5
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      examples/etc/turnserver.conf

+ 14 - 0
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.