Good morning and thanks for the great work you guys do with ISPConfig I got a question. Is it possible to add the following code to a custom config file, so it doesn't get overwritten when upgrading ISPConfig? Code: $conf['dbmaster_client_flags'] = MYSQLI_CLIENT_SSL; On our multiserver setup, we run all connections to the master database over SSL and have this added to the config.inc.php file. Hope to hear from you soon
Use conf-custom folder for preventing ISPConfig update from overwriting your local modifications: https://www.howtoforge.com/communit...atest-version-and-reconfigure-services.76554/
config.inc.php actually has a special override that is nicer than the conf-custom setup, just put your variable in config.inc.local.php (you don't have to copy the entire file like a conf-custom file); see https://www.howtoforge.com/communit...postfix-dovecot-pureftpd-mariadb.77499/page-2
Hi Jesse. Thanks for the suggestion I've already made the custom conf-custom setup, but I'll keep it in mind for later