redirect_host_https

ssl_redirect_host is used to redirect users from http://server:2222 to https://server:2222
force_hostname is used so that all connections to http://xxx:2222 are redirected to http://server:2222 (for a valid certificate).

redirect_host_https isn't listed on https://help.directadmin.com/item.php?id=284

And is also not picked up by directadmin
To list all options known to directadmin with their configured (or default if not configured) values:
/usr/local/directadmin/directadmin c

To search for a specific option:
/usr/local/directadmin/directadmin c | grep redirect_host_https

regards,
Stijn
 
Please note that redirect_host_https is in custombuild/options.conf, it is not in directadmin.conf - I only wonder if redirect_host_https in options.conf is there by a mistake and maybe not used?
 
Back
Top