passe en HTTPS
This commit is contained in:
parent
f3c5bfe322
commit
5162d6173a
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
<ssl desc="SSL settings">
|
<ssl desc="SSL settings">
|
||||||
<enable type="bool" desc="Controls whether SSL encryption between browser and loolwsd is enabled (do not disable for production deployment). If default is false, must first be compiled with SSL support to enable." default="true">false</enable>
|
<enable type="bool" desc="Controls whether SSL encryption between browser and loolwsd is enabled (do not disable for production deployment). If default is false, must first be compiled with SSL support to enable." default="true">false</enable>
|
||||||
<termination desc="Connection via proxy where loolwsd acts as working via https, but actually uses http." type="bool" default="true">false</termination>
|
<termination desc="Connection via proxy where loolwsd acts as working via https, but actually uses http." type="bool" default="true">true</termination>
|
||||||
<!--cert_file_path desc="Path to the cert file" relative="false">loolwsd_cert_file</cert_file_path>
|
<!--cert_file_path desc="Path to the cert file" relative="false">loolwsd_cert_file</cert_file_path>
|
||||||
<key_file_path desc="Path to the key file" relative="false">loolwsd_privkey_file</key_file_path>
|
<key_file_path desc="Path to the key file" relative="false">loolwsd_privkey_file</key_file_path>
|
||||||
<ca_file_path desc="Path to the ca file" relative="false">loolwsd_ca_file</ca_file_path-->
|
<ca_file_path desc="Path to the ca file" relative="false">loolwsd_ca_file</ca_file_path-->
|
||||||
|
|
Loading…
Reference in New Issue