NodeBB installation in a directory
-
Hello,
I'm trying to install NodeBB on https://myip/community.My current configs are as follows:
/etc/nginx/sites-available/nodebb:
http://pastebin.com/NW7BEYcb/var/www/html/nodebb/config.json:
http://pastebin.com/R05aBannHowever the only way to access my nodebb installation is using http://128.199.228.155:4567/community/
and not
https://128.199.228.155/communityThanks!
-
First of all your NGINX config is incorrect. You want to access the forum under /community, but are using /forum in it.
This is a simplified version of my NGINX config:
http://pastebin.com/85TqUXyHAnd here my config.json:
http://pastebin.com/5QiE4EMF
Copyright © 2024 NodeBB | Contributors