Running React on port 80 but still want access to PhpMyAdmin
I have an Ubuntu server with a LAMP stack already but recently added a react server aswell. My web domain points to port 80 of course which is the apache server but I would like to have it go to my react app. I could turn off apache and set react to use port 80, but then I loose access to phpymyadmin aswell? Not sure what the best way of doing this is. Need help.