Hi, I have a server running Ubuntu 20.04 and ISPConfig 3.2.7. configured as described in the perfect server description. Now, for one customer, I need to install Bolt CMS, which requires NGINX. I found https://www.howtoforge.com/how-to-install-bolt-cms-on-ubuntu-20-04/ which describes pretty good how to install everything I need. I'm just not sure, if this would have any side effects on the current installation, running plenty of websites on apache. Does anyone have experience with this combination? Since this is a productive server, I don't want to do experiments on it. thanks, Stefan
That guide is not suited to install Bolt CMS on your ISPConfig apache based server. I don't think that you need Nginx for Bolt as it's just normal PHP cms. I would proceed like this: Create a website and MySQL database in ispconfig, download bolt cms into the web folder using git as shown in the guide, chown the files to the web user and client group of the site and then proceed with the composer install command (install composer first, if not installed yet).