My current setup is as follows:
Server 1:
Server 2:
I want to add the following to Server 2:
- Mail (Exisitng)
- DNS (Existing)
- Sogo
- n8n
I can setup Sogo/n8n through the vhost directives for reverse proxy into the independently installed sogo and n8n. However, this requires that have a httpd front end. The minute i do this, enhance will at it's discretion, start installing websites there which i don't want. How do i stop this? ... ... or is there a better way?
Seconds question - I'm running mariaDB. The user accounts enhance creates and the OOB setup only allows connection to localhost but i really want to allow connection to mysql.[mydomain.com] and to be default whitelist the ip address the website is installed on. Then i cam move the database role anywhere i want and don't have to reconfigure anything. . Is there a way to set this up? Or am i being stupid and should just always have the db and httpd role in the same place.