diff --git a/htdocs/conf/conf.php.example b/htdocs/conf/conf.php.example
index c6ea09c03c1e087e0bb609c8d189d602a52181f1..7240a84a95e5314d34595eada3b4b482394e263f 100644
--- a/htdocs/conf/conf.php.example
+++ b/htdocs/conf/conf.php.example
@@ -143,6 +143,19 @@ $character_set_client="UTF-8";
 $dolibarr_main_authentication="dolibarr";
 
 
+# dolibarr_main_force_https
+# This parameter allows to force the HTTPS mode.
+# Warning: If you enable this parameter, your dolibarr_main_url_root parameter
+# must contains an URL with https and web server must be configured to respond
+# to such an URL.
+# Default value: 0
+# Possible values: 0 or 1
+# Examples:
+# $dolibarr_main_authentication=0;
+#
+$dolibarr_main_force_https=0
+
+
 # Parameters used to setup LDAP authentication.
 # Uncomment them if dolibarr_main_authentication = "ldap"
 #