passe en HTTPS

This commit is contained in:
Emmanuel Garette 2020-08-20 15:55:27 +02:00
parent f3c5bfe322
commit 5162d6173a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
<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>
<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>
<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-->