every other 5 minutes, my browser console many errors, eg:
GET http://www.seenewyun.com/socket.io/?EIO=3&transport=polling&t=MOJNhdj 502 (Bad Gateway)
,but nodebb can auto connect.
Moving Nodebb
Unsolved
Technical Support
-
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 inconfig.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.
-
@the-cat-gaming-099 In your NodeBB directory called
config.json