Skip to content

Commit 2638913

Browse files
committed
Update features
1 parent 56c585b commit 2638913

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ Reverse Proxies are configured in a similar way to how PHP-FPM is setup as a rem
9494
```bash
9595
MAIN_VHOST_BACKEND:conf:rproxy:<protocol>:<server-addr>:<server-port>
9696
```
97-
Where `<procotol>` can by one of `http` or `https` (depending what your backend provides. `<server-addr>` and `<serer-port>` specify the hostname, IPv4 or IPv6 address of your upstream server, followed by its TCP port.
97+
Where `<procotol>` can by one of `http`, `https`, `ws` or `wss` (depending what your backend provides. `<server-addr>` and `<serer-port>` specify the hostname, IPv4 or IPv6 address of your upstream server, followed by its TCP port.
98+
99+
**Note:** When specifying `ws` or `wss`, the webserver will automatically be configured to be capable of communicating with web sockets.
98100

99101

100102

0 commit comments

Comments
 (0)