Hi there,
I currently installed Flarum on an existing Nginx server which already running a Wordpress website.
I'm struggling to setup the routing at the nginx.conf file to seprate the Wordpress routing from the Flarum directory. Whenever a GET request to URI/flarum/api initializes the server responds with a 404 page of Wordpress.
I need to setup the routing as follows:
Wordpress website: URI/
Flarum Forum: URI/forum
Thank you,
Avi.