Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. CatchThemAll
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 1
    • Groups 0

    CatchThemAll

    @CatchThemAll

    I am the webmaster of Club Catch Them All - The Pokemon Go Forum @ http://www.clubcatchthemall.com

    1
    Reputation
    275
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.clubcatchthemall.com

    CatchThemAll Follow

    Best posts made by CatchThemAll

    • RE: New installation without port 4567 in URL?

      I would advise using Nginx infront of it.
      You can google NodeBB Nginx Config and you'll have one you can copy/paste.

      Nginx will then be on port 80 and you can close 4567 on your FW.

      posted in General Discussion
      C
      CatchThemAll

    Latest posts made by CatchThemAll

    • RE: New installation without port 4567 in URL?

      I would advise using Nginx infront of it.
      You can google NodeBB Nginx Config and you'll have one you can copy/paste.

      Nginx will then be on port 80 and you can close 4567 on your FW.

      posted in General Discussion
      C
      CatchThemAll
    • Sitemap URLs when using Nginx on NodeBB

      I have a new forum (also looking for mods 😉 ) which is the Pokemon Go Forum @ http://www.clubcatchthemall.com.

      The sitemap is available @ http://clubcatchthemall.com/sitemap.xml

      As you can see It displays the following data....

      <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
          <sitemap>
              <loc>
                  http://www.clubcatchthemall.com:4567/sitemap/pages.xml
              </loc>
          </sitemap>
          <sitemap>
              <loc>
                  http://www.clubcatchthemall.com:4567/sitemap/categories.xml
              </loc>
          </sitemap>
          <sitemap>
              <loc>
                  http://www.clubcatchthemall.com:4567/sitemap/topics.1.xml
              </loc>
          </sitemap>
      </sitemapindex>
      

      The site is hosted on port 4567, but nginx proxys to localhost:4567 and is open on port 80.
      All the other URLs work just fine.

      How can i get these to display correctly? I tried amending the config json file but it seemed to take the site down.

      posted in Technical Support
      C
      CatchThemAll