Browse Source

Add web-admin to example config

Mészáros Mihály 7 years ago
parent
commit
6426cee2b5
1 changed files with 14 additions and 0 deletions
  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.