I successfully installed Flarum 0.16 on LAMP server with external MySQL server.
So I have Apache configured to fetch flarum from /var/www/html/flarum/ directory
What if I install more flarum instances for other forums on the same machine like this:
/var/www/html/flarum1/
/var/www/html/flarum2/
/var/www/html/flarum3/
and configure Apache to get relevant flarum based on domain name. Will it work?
I am trying to save cost while trying to make popular several forums so several forums running from the same machine wil make it much cheaper than if I need to start new Linux instance for a single flarum forum.