jvb: don’t send Jetty server version

This commit is contained in:
viakom-choppe
2023-09-26 08:18:43 +02:00
committed by GitHub
parent 63380faf4f
commit f860c5d20f

View File

@@ -89,10 +89,12 @@ videobridge {
http-servers { http-servers {
private { private {
host = 0.0.0.0 host = 0.0.0.0
send-server-version = false
} }
public { public {
host = 0.0.0.0 host = 0.0.0.0
port = 9090 port = 9090
send-server-version = false
} }
} }