Today i updated my forum to v1.12.0 and i found the menu 😉
22e5d0c9-6aff-4e01-b563-d35b49576801-grafik.png
I think it works too before the update. A user problem 🙂
Problem solved.
I cant seem to find a way to change it so nodebb runs on myserver.com/forum instead of just myserver.com after install. Is there anyway to change it?
@the-cat-gaming-099, hi!
As far as I know, all you need is just to specify the URL in config.json
.
So, instead of "url": "https://myserver.com"
use "url": "https://myserver.com/test"
You need to change the URL in your config.json and adjust your nginx config.
@antosik where is the config located?