summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndy Lo-A-Foe <andy.loafoe@aemian.com>2016-01-20 01:26:16 +0100
committerAndy Lo-A-Foe <andy.loafoe@aemian.com>2016-01-20 01:26:16 +0100
commitff8df5bf7d45ddd39df8b265ed6af07bd3932d55 (patch)
treec563f6eedc47f0573d8e06b371349621b799253e /doc
parentb870c0117f605364fce627cfa3341f84bebbba17 (diff)
downloadchat-ff8df5bf7d45ddd39df8b265ed6af07bd3932d55.tar.gz
chat-ff8df5bf7d45ddd39df8b265ed6af07bd3932d55.tar.bz2
chat-ff8df5bf7d45ddd39df8b265ed6af07bd3932d55.zip
Update documentation for WebsocketSecurePort
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Configuration-Settings.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Configuration-Settings.md b/doc/install/Configuration-Settings.md
index 3dcbe73a6..7ee440b7c 100644
--- a/doc/install/Configuration-Settings.md
+++ b/doc/install/Configuration-Settings.md
@@ -41,7 +41,7 @@ Set the number of days before SSO sessions expire.
```"SessionCacheInMinutes" : 10```
Set the number of minutes to cache a session in memory.
-```"SecureWebsocketPort": 443```
+```"WebsocketSecurePort": 443```
The port to use for secure websocket connections being initiated from the client. By default wss:// uses port 443. Some server configurations (e.g. Cloudfoundry) support wss on a different port.
```"WebsocketPort": 80```