Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Does Nodebb use Apache? When I try to view my forum on my VPS it loads an apache page.
Nope, your vps uses Apache. Nodebb has no proxy built in. But supports Apache or Nginx.
Thank you for the reply, I appreciate it. I must have installed it a while ago and I currently don't even remember doing so. Thank you.
J
How much memory does the local installation running on redis consumes?
H
Please forgive my newbie question but can .htaccess files be used with NodeBB?
I usually enable them via Apache and then place one in my project's root directory but I have no idea where that is with reference to NodeBB.
@hoathenguyen85 Hey! I've tried virtual host rewrite rules such as this and they don't work. Can you confirm if this works for you?
K
Ubuntu 16.04 config, if someone might come up with that problem
<VirtualHost *:80> ServerName forum.mysite.com <Location /> ProxyPass http://127.0.0.1:4567/ ProxyPassReverse http://1277.0.0.1:4567/ </Location> <Location /assets> ProxyPass http://127.0.0.1:4567/assets/ ProxyPassReverse http://1277.0.0.1:4567/assets/ </Location> <Location /socket.io> ProxyPass http://127.0.0.1:4567/socket.io/ ProxyPassReverse http://1277.0.0.1:4567/socket.io/ </Location> </VirtualHost>
N
@igbuend Thank you for the suggestion. I did look into Reaction but it is still in development and doesn't seem to have the flow or the ability to organize large number of products in a good way.