This commit is contained in:
tavo-wasd 2024-02-03 22:42:38 -06:00
parent f3bc5d0163
commit 77fea6b1da

View file

@ -124,7 +124,7 @@ Configure SSL using reverse proxy, secure and fast.
Here I set SSL to false: Here I set SSL to false:
``` ```xml
... ...
<ssl desc="SSL settings"> <ssl desc="SSL settings">
<!-- switches from https:// + wss:// to http:// + ws:// --> <!-- switches from https:// + wss:// to http:// + ws:// -->
@ -134,7 +134,7 @@ Here I set SSL to false:
Here I set termination to true: Here I set termination to true:
``` ```xml
... ...
<!-- SSL off-load can be done in a proxy, if so disable SSL, and enable termination below in production --> <!-- SSL off-load can be done in a proxy, if so disable SSL, and enable termination below in production -->
<termination desc="Connection via proxy where coolwsd acts as working via https, but actually uses http." type="bool" default="true">true</termination> <termination desc="Connection via proxy where coolwsd acts as working via https, but actually uses http." type="bool" default="true">true</termination>