Hi everyone, I am having a problem where ISPConfig is providing me with an incorrect URL when I use the password reset feature. In one ISPConfig environment, the reset email includes the servers internal IP address. In another environment, the address is included, but with port 8080. How is this URL generated, and where can I adjust it?
Create file /usr/local/ispconfig/interface/lib/config.inc.local.php and in it: Code: <?php //** ISPConfig panel url $conf['interface_base_url'] = 'https://<address to be used>'; ?>