Hello All, Today I installed a new ispconfig server on Ubuntu 20.04. I followed the automated Perfect Server Automated ISPConfig 3 Installation on Debian 10 - 11 and Ubuntu 20.04 Guideline. I decided to install the Nginx webserver instead of Apache. The installation went well without any problems. However, I cannot access Roundcube. I thought the URL was https://domain/webmail or roundCube. I investigated a bit, and I couldn't find the roundcube.conf file in /etc/nginx. Is it possible that with Nginx, I will need to configure roundcube manually? It is the first time that I installed ispconfig with Nginx webserver. The reason I did is that I heard the performance would be better.
On Nginx systems, RoundCube is installed in the apps vhost on port 8081 as Nginx has no global alias like it is used on Apache for RoundCube. The URL should be: https://yourserver.tld:8081/webmail or https://yourserver.tld:8081/roundcube
Sure, in the ISPConfig UI or directly on apps vhost. If I remember correctly there is issue with the former but I am not sure whether that was resolved. For the latter, you need to copy default to conf-custom folder before making the wanted modification. Don't forget to open the other port you opted to use.