I've been stuck on this for days. I tried a few months ago and gave up, and decided recently to give it another try.
Flarum is installed using composer, without any issues. This is as far as I can get. When trying to access example.com/community/, I either get a 404 or 403 error. The directories have all the proper permissions.
What nginx rewrite rules do I need to use to make this work?
The one included in .nginx.conf does not work. It appears everything is in the /community/public folder, but I've tried at least 10 different rewrites with no success. AI was no help either.