Hi. I have a tentative plan about NGINX reverse proxy. I setup NodeBB on server A and setup NGINX on server B and then users access my forum.
I guess that when users request my website, HTML file is sent from A to B and then from B to user, but all other resources(images/css/js) are requested from A directly.
How about this plan. Is this right? Thanks!
Hao Lee
Posts
-
A tentative plan about NGINX Reverse Proxy ? -
Which emailer plugin do you use here?I write a shell script. It use users.csv as input and use
mail
command to send email to everyone. -
Is it possible to serve static files with another server?Hi,
How to use a subdomain to serve the static files such as css and js. In this way, I can still access my forum from example.com, but all css and js files are downloaded from static.example.com which is resolved to another server. Is it possible to do that?
Thanks! -
Is it possible to only show the original poster's repliesHi everyone,
Is it possible to only show the original poster's replies. I think this feature is very useful. -
NodeBB v1.1.0 ReleaseVersion jump
But why not merge these features to version 1.0.4. -
Who is using NodeBB?Our English Learning Forum is using NodeBB.
EFL Club
forum.eflclub.me -
Can't start NodeBB automatically after system rebootHi, My OS is CentOS 6.4 x64
I add this script to /etc/rc.d/rc.local to start NodeBB automatically after system reboot./etc/init.d/mongod start cd /var/nodebb /usr/local/node/bin/forever start /var/nodebb/app.js > /root/log /etc/init.d/nginx start
I find that mongodb and nginx can start successfully, but nodebb isn't running. The log file is empty. I don't know what the problem is. Could you help me?
-
Failed to use port:80@yariplus Thanks for the correction !
-
The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation@yariplus Oh, I see. Thanks
-
The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation@pichalite Thanks! The invitation email was intercepted by spam fliter.
-
NodeBB works great on mobile2 years ago, some people think NodeBB is unnecessary.https://www.reddit.com/r/startups/comments/1gvg7d/show_rstartups_we_were_sick_of_how_stagnant_forum/
But now, NodeBB has proved itself. -
The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation@pichalite I have tried the built-in invitation system, but I don't receive any invitation email. How to solve this problem. Thanks.
-
Failed to use port:80@sharonyue I think the purpose using nginx proxy is to prevent your forum from being attacked.
-
Failed to use port:80What Operating System do you use. I use CentOS 6.5 and the configuration file is /etc/nginx/nginx.conf.
-
The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation@pichalite My browser page is zoomed in, so the "Invite" button can't work properly. Now I have solved this problem.
Thanks a lot !! -
The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitationHi,
I want to know what is the difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation.
I use NodeBB's Invite-only mechanic, but I could't find how to invite my friends. Could you give me some advice .
Thanks! -
[nodebb-plugin-solr] Solr search plugin@Samurais solr needs java environment, so the memory consumption is too large.
-
Redis vs MongoDB, which one uses more memory?@yariplus @frissdiegurke
Thanks for your help !
I have read this post. Both of you are right.
https://community.nodebb.org/topic/534/redis-vs-mongodb/11 -
Redis vs MongoDB, which one uses more memory?@yariplus Thanks for your reply.
But I read some articles. It says that MongoDB need to be hosted on a separated host. So, It seems that MongoDB need more memory. I have no idea of which one is right.