Best practices for configuring nginx to optimize nodebb

Tutorials
  • Nginx has many possibilities for optimizing nodebb. In this post, I invite you to share the most interesting practices for optimizing our community.

  • For an automatic transition from www to no www, this code works well

    if ( $host ~ ^www.(?<domain>.+) ) {
    rewrite ^/(.*)$ $scheme://$domain/$1;

    Express.js does not support http/2. Or am I wrong? Does it make sense to include http/2 support in nginx?


Suggested Topics


  • How to profile NodeBB

    Tutorials
    2 Votes
    2 Posts
    374 Views
  • 5 Votes
    9 Posts
    1998 Views
  • NodeBB on Windows 10 / 2016

    Tutorials
    3 Votes
    7 Posts
    2127 Views
  • 7 Votes
    1 Posts
    2988 Views
  • 6 Votes
    12 Posts
    9549 Views