How to make DirectAdmin listen on port 2082 for HTTP requests and port 2083 for HTTPs
A: Just set the following settings in /usr/local/directadmin/conf/directadmin.conf and restart DirectAdmin:Code: port=2082 ssl_port=2083 If you would like to let customers use just the SSL on port 2083, set:Code: ssl=1 port=2083 Related: https://help.directadmin.com/item.php?id=2101 4,878 total views
4,878 total views