|
@@ -2516,6 +2516,10 @@ SRST
|
|
host. It is possible to control the websocket listen address
|
|
host. It is possible to control the websocket listen address
|
|
independently, using the syntax ``websocket``\ =host:port.
|
|
independently, using the syntax ``websocket``\ =host:port.
|
|
|
|
|
|
|
|
+ Websocket could be allowed over UNIX domain socket, using the syntax
|
|
|
|
+ ``websocket``\ =unix:path, where path is the location of a unix socket
|
|
|
|
+ to listen for connections on.
|
|
|
|
+
|
|
If no TLS credentials are provided, the websocket connection
|
|
If no TLS credentials are provided, the websocket connection
|
|
runs in unencrypted mode. If TLS credentials are provided, the
|
|
runs in unencrypted mode. If TLS credentials are provided, the
|
|
websocket connection requires encrypted client connections.
|
|
websocket connection requires encrypted client connections.
|