Default change to the directadmin.conf option, new value: unit_port_ssl=0 where the previous default would be: unit_port_ssl=8091 This change, upon full rewrite, will clear: /certificates/hostname /listeners/*:8091 from the unit config, as it's extra overhead which is not needed (we use localhost plaintext) If you need ssl with your connection to unit, just enable it: ./directadmin set unit_port_ssl 8091 service directadmin restart --------- When updating DA, these fields will not be purged. Only after a full rewrite, eg: echo "action=rewrite&value=nginx_unit" /usr/local/directadmin/data/task.queue or: /usr/local/directadmin/custombuild/build rewrite_confs will the 2 values get dropped. Nothing internal to DA's code is connecting to the 8091 port, hence it's removal. ---- I134 MR717