• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. NIXKnight
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by NIXKnight

    • NIXKnight

      Configure Apache Web Server for NodeBB
      Technical Support • • NIXKnight

      1
      0
      Votes
      1
      Posts
      114
      Views

      NIXKnight

      I am trying to configure NodeBB on a site with /forum URI of the site serving NodeBB. Here is my configuration:

      Protocols h2 http/1.1 ProxyRequests off <Location /forum> RequestHeader set X-Forwarded-Proto "http" ProxyPreserveHost On ProxyPass http://localhost:4567 ProxyPassReverse http://localhost:4567 RewriteCond %{REQUEST_URI} ^/socket.io [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteRule /(.*) ws://localhost:4567/$1 [P,L] </Location>

      However, NodeBB does not load completely. I am unable to load other assets of NodeBB. Can someone help out with this?

    • NIXKnight

      NodeBB MongoDB Replica Set Read Preference
      Technical Support • • NIXKnight

      3
      0
      Votes
      3
      Posts
      430
      Views

      baris

      Your config looks fine, not sure why it is only reading from a single one.

      { find: "objects", filter: { _key: /user:/i, username: "admin" }

      This doesn't look like a query we do in core nodebb, do you have some plugins that run custom queries? This doesn't use the indexes properly should probably be

      { find: "objects", filter: { _key: /^user:\d+$/i, username: "admin" }

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact