Skip to content
  • 0 Votes
    5 Posts
    288 Views
    Teresa-Hale-DHQT

    @baris strangely enough, the category list loads now! And it doesn't look like there's any circularness in the list.

    1c811ac6-83ea-4dd2-b1d9-3af633f45e90-image.png

    Still, trying to manage the admin group via /admin/manage/groups/administrators or /admin/manage/admins-mods results in a gateway timeout. I've also enabled verbose logging, which displays this upon visiting either of these two urls:

    x.x.x.x - - [01/Nov/2022:17:12:10 +0000] "GET /forum/admin/manage/admins-mods HTTP/1.1" - - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"

    Now there's no response code. Strange.

  • 2 Votes
    3 Posts
    760 Views
    dogsD

    @gotwf I'm not sure it's been weeks ago I wrote this. 😄

    Maybe I did not find this or something didn't work for me. I can't tell you...

    Greets

  • 0 Votes
    6 Posts
    907 Views
    julianJ

    Definitely would appreciate updates to our documentation so you can help others facing similar problems! 😄 Glad you're on your way.

  • nginx reverse proxy nodebb

    Solved Technical Support
    4
    0 Votes
    4 Posts
    3k Views
    PitaJP

    Yes, the url in config.json should be equal to exactly the URL at which you access your site. It usually shouldn't be localhost or an IP address.

  • 3 Votes
    6 Posts
    5k Views
    T

    Bringing an old thread to life again, sorry!

    I'd also love some help with the instructions for running this in a Docker image. It would make life a bit easier for deploying this in DigitalOcean.

  • 15 Votes
    106 Posts
    63k Views
    phenomlabP

    @DownPW I'm not sure it's solely traffic that causes this. I took saw this frequently when I used Cloudflare and it became so bad that I decided to stop using the service altogether.

    No issues since.

  • 0 Votes
    9 Posts
    4k Views
    P

    404 Not Found

    favicon

    (docs.nodebb.org)

    There's an edit button on the top right, and making a new page is as easy as just cloning and copying and pasting another guide and editing it

  • 0 Votes
    1 Posts
    5k Views
    Y

    Hi folks,

    I used the 2.4 proxy instructions from the docs. But it's not working correctly for me. I assume because I want the proxy to only work on '/community'.

    Here's my current setup:

    I have a proxy here: https://openrct2.com/community (HTTPS) NodeBB actually runs on: http://delia.limetric.com:4567/community/ (just normal HTTP)

    The proxy itself works great, but socket.io keeps complaining about not being able to connect using websockets: "WebSocket connection to 'wss://openrct2.com/community/socket.io/?EIO=3&transport=websocket&sid=OORktGqFRszzHMQNAAWr' failed: Error during WebSocket handshake: Unexpected response code: 400"

    Here's a pastebin to my Apache config: http://pastebin.com/UMMadXVR

    What should I change to my config to make websockets work correctly?

    Thanks in advance.

  • Unix Sockets

    Feature Requests
    5
    1 Votes
    5 Posts
    3k Views
    Bálint AntalB

    Then, I opened my thread in the good topic. I would request that feature. 😉

  • 0 Votes
    8 Posts
    7k Views
    Karli OtsK

    Ubuntu 16.04 config, if someone might come up with that problem

    <VirtualHost *:80>
    ServerName forum.mysite.com
    <Location />
    ProxyPass http://127.0.0.1:4567/
    ProxyPassReverse http://1277.0.0.1:4567/
    </Location>
    <Location /assets>
    ProxyPass http://127.0.0.1:4567/assets/
    ProxyPassReverse http://1277.0.0.1:4567/assets/
    </Location>
    <Location /socket.io>
    ProxyPass http://127.0.0.1:4567/socket.io/
    ProxyPassReverse http://1277.0.0.1:4567/socket.io/
    </Location>
    </VirtualHost>

  • 0 Votes
    8 Posts
    4k Views
    P

    @a_5mith I have it setup on a new DO droplet using the server IP (no domain yet) for both server_name and the base_url - basically replacing localhost referenced in my previous post. Hope that makes sense.

    for example:
    "base_url": "http://xxx.xxx.xxx.xxx",
    server_name xxx.xxx.xxx.xxx;

    working url via http://xxx.xxx.xxx.xxx:4567/forum
    404 not found for http://xxx.xxx.xxx.xxx/forum

    Appreciate all you help.

  • 0 Votes
    5 Posts
    50k Views
    P

    @jmj I found that this thread was deleted, I've restored it because I think it will be useful to someone in the future. Hope that's OK with you - and I'm glad you figured it out 🙂

  • 0 Votes
    7 Posts
    4k Views
    A

    @markkus Sounds good to me. 👍 Hopefully this also solves @helltux's issue too.

    Assuming he correctly substitutes his IP in proxy_pass and his domain name in base_url. 😆

  • 0 Votes
    23 Posts
    18k Views
    meetdilipM

    hi @Matt-Worthington . Nice to see you here. 🙂