hello, question is in the title, Is there a simple way to change https://xxxxxxxx:8080 to https://xxxxxxxx only ? thank you.
Depends on how you use that server, if it runs the control panel only and no websites, then you can just change the port in the ispconfig vhost file. If you run other sites on the system, then port 443 is already used, in this case you must also specify a server name in the vhost so that the web server knows which site to show. Finally, don't forget to make the changes update-save by copying the ispconfig_vhost template from /usr/local/ispconfig/server/conf/ to /usr/local/ispconfig/server/conf-custom/
thank to all of you, ;-) Note : my ispconfig server is doing all job (web, db , mail, dns ) , there is 4 web sites, is it safe to do it ? (no ?)
No. What could work is setting up a proxy by creating a website with the FQDN of your panel and setting it as proxy to port 8080.