proxy_pass http://<ip-address-of-nodeBB-host>:4567/bb; should fix.
Ali
Posts
-
NGINX config problem ? -
High performance stackThis is a great article with full of details! Good job
-
Group Chat Changes@baris 8 ay ΓΆnce attΔ±ΔΔ±m mesajlar halen duruyor...
_
The chat would be more useful with these capabilities: remove, archive, mark as read/unread, ignore IMO. -
Notification grouping now on master branch... -
Show us your rig!I got an antique, although I don't even remember where I threw it off. Currently I use an ASUS laptop, that's all.
-
SSL, nginx, locationI had this issue previously. Just add /forum to proxy_pass value while location is set to /forum as well.
proxy_pass http://127.0.0.1:4567/forum;
-
New header images on profile pagesGreat feature, thanks!
-
Install error: "no such file or directory"This tutorial already seems outdated. I suggest you to follow official NodeBB document depending on your OS.
-
Redactor Composer 1.3.4 Released!@drew I wasn't expecting that! You know your stuff man, congrats.
-
Redactor Composer 1.3.4 Released!@exodo No idea what makes it that expensive. Yes, it's labor and should get provision, but I think it's too much. Right?
-
Redactor Composer 1.3.4 Released!@drew Unbelievable... You pay $500 for OEM license and they even don't give it to you for free. Anyway, I don't see much change in appearance, maybe it is a bit better in code-side/features, but the current one you bought is already good enough in my opinion. Thanks again for making it possible!
-
Redactor Composer 1.3.4 Released!Seems like Redactor II is released
-
Loading timesGlad I found this forum software NodeBB with MongoDB + SSD = LightSpeed.
-
Nginx vhost configuration help@PopsRocker can you paste both nodebb & nginx config here? I think you're missing something.
-
Nginx vhost configuration helpconfig.json
"url": "http://100foldpro.com/bbs",
Nginx config
# NodeBB location /bbs { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567/bbs; proxy_redirect off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; }
-
On the topic of automatic linking back to a post...@a_5mith yep, same here on Chrome/Windows 10
-
Language specific routes@psychobunny make it happen please!
-
Language specific routesAny brave dev?