Navigation

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

    Verpz

    @Verpz

    0
    Reputation
    445
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Verpz Follow

    Latest posts made by Verpz

    • Signed SSL Not Working NodeBB

      Hi, I have a signed SSL certificate on my site, and nodebb isn't working with it. I'm using apache2 and the certificate does work. Would I have to use mod_proxy to make the forum run at a subdirectory instead of :4567 for it to work? Any suggestions welcome. Thanks.

      Here is my config

      {
      "url": "http://website.com:4567",
      "secret": "secret",
      "database": "mongo",
      "mongo": {
      "host": "127.0.0.1",
      "port": "27017",
      "username": "XXXXX",
      "password": "XXXXX",
      "database": "XXXXX"
      }
      }

      posted in Technical Support
      V
      Verpz