SSL Support & Sub-Categories/Tags

Feature Requests

Suggested Topics


  • 0 Votes
    5 Posts
    2k Views

    And for those who're interested here the trick on nginx (mine on /etc/nginx/sites-enables/default) for nodebb

    ################################# # community.yourgreatdomain.com # ################################# server { listen 80; server_name community.yourgreatdomain.com; return 301 https://$server_name$request_uri; } server { listen 443 ssl; server_name community.yourgreatdomain.com; ssl_certificate /etc/ssl/community.yourgreatdomain.com.chain.crt; ssl_certificate_key /etc/ssl/community.yourgreatdomain.com.key; location / { proxy_pass http://localhost:4567/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_redirect off; proxy_buffering off; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
  • 1 Votes
    3 Posts
    2k Views

    That is also nice. Thank you pitaj 🙂

  • 0 Votes
    5 Posts
    2k Views

    @Netto-Hikari said:

    fail-safe is more important than SEO

    I agree with you there. It may be plugin territory too.

  • 0 Votes
    7 Posts
    3k Views

    @julian said:

    If you're using pm2 loader.js, you should use the restart button in the ACP to restart NodeBB... 😄

    I was dag nabbit.

    (... or ideally, don't use PM2 at all, since the loader supercedes it. Just: ./nodebb start)

    But I like to use pm2 because I use it for all of my other task management needs. Where in the code would it be?

  • 0 Votes
    6 Posts
    2k Views

    @pwFoo Well, hashtags aren't the only possibility with tagging. You could use other keyboard parameters instead. The ~ key etc.