[general] | |
| base_path = /janus ; Base path to bind to in the web server (plain HTTP only) | |
| threads = unlimited ; unlimited=thread per connection, number=thread pool | |
| http = yes ; Whether to enable the plain HTTP interface | |
| port = 8088 ; Web server HTTP port | |
| https = no ; Whether to enable HTTPS (default=no) | |
| ;secure_port = 8889 ; Web server HTTPS port, if enabled | |
| ;acl = 127.,192.168.0. ; Only allow requests coming from this comma separated list of addresses |
[general] | |
| base_path = /janus ; Base path to bind to in the web server (plain HTTP only) | |
| threads = unlimited ; unlimited=thread per connection, number=thread pool | |
| http = yes ; Whether to enable the plain HTTP interface | |
| port = 8088 ; Web server HTTP port | |
| https = yes ; Whether to enable HTTPS (default=no) | |
| secure_port = 8889 ; Web server HTTPS port, if enabled | |
| ;acl = 127.,192.168.0. ; Only allow requests coming from this comma separated list of addresses |