readme
This commit is contained in:
parent
f3bc5d0163
commit
77fea6b1da
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue