• 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. teotikalki
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by teotikalki

    • RE: I want to know which plugin is this?

      @jtsimoes Thanks for letting me know and pointing me in the right direction. 🙂

      posted in NodeBB Plugins
      teotikalki
      teotikalki
    • RE: I want to know which plugin is this?

      @mango I'm looking for exactly this information as well. Searching for 'tag' in the list of all plugins yields no candidates. I feel like anything used on the NBB homepage should be part of the default install, but I found what you pictured above in my widgets

      posted in NodeBB Plugins
      teotikalki
      teotikalki
    • RE: Deploy NodeBB in a subfolder of a site

      @ A Former User
      I just wanted to note that the regex isn't necessary. I just installed and my working config is as follows:

        location /forum/ {
            proxy_pass http://172.17.2.3:4567;
            proxy_redirect off;
            proxy_set_header Host $http_host;
             proxy_set_header X-Forwarded-Host $host;
             proxy_set_header X-Forwarded-Server $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
             proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-NginX-Proxy true;
      
            # Socket.IO Support
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
      }
      
      posted in General Discussion
      teotikalki
      teotikalki
    • RE: Installing NodeBB in a subfolder of another site

      @Violing

      I was able to make it work with /forum; no ^~ required. Given what @yariplus stated this seems relevant.
      My conf:

      location /forum/ {
            proxy_pass http://172.17.2.3:4567;
            proxy_redirect off;
            proxy_set_header Host $http_host;
             proxy_set_header X-Forwarded-Host $host;
             proxy_set_header X-Forwarded-Server $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
             proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-NginX-Proxy true;
      
            # Socket.IO Support
            proxy_http_version 1.1;
            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection "upgrade";
         }
      

      Indented lines are ones that I copied from my other blocks that weren't present in the suggested.

      posted in Technical Support
      teotikalki
      teotikalki

    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