Gmail forum folder

Unsolved Technical Support

Suggested Topics


  • 0 Votes
    11 Posts
    560 Views

    Removing view privileges from spiders will get rid of most, but not all crawlers. As @gotwf says, crawlers are not the most law-abiding scripts out there.

    Simply removing all guest privileges should do the trick, but if you're regularly copying prod to your dev forum, then the more surefire way to keep EVERYONE away would be to restrict access to a single IP or range (e.g. a VPN) you control.

    That might be overkill, though.

  • Connection to the forum issue

    Unsolved Technical Support
    0 Votes
    10 Posts
    1k Views

    @crazycells Yeah hopefully that's should resolve it.

  • How can I make my forum private?

    Unsolved Technical Support
    0 Votes
    3 Posts
    253 Views

    If you have a lot of categories you can use the copy to all categories option in the category privileges page.

    78e95deb-a343-4013-9564-f63f1b5ad699-image.png

  • 0 Votes
    4 Posts
    546 Views

    i ended up reinstalling it and putting the /forum in on setup and it worked

  • 0 Votes
    10 Posts
    1k Views

    @Dravere thx for the reply. Sadly it couldn't be more true.

    The reason why I chose this setup (for now, certainly won't stick around as I hate it) is because I have a Plesk installed to manage the standard websites on the server. Plesk comes with Apache and (at least in my plesk version) can put an nginx in front as a reverse proxy to all its features. Sadly the version that it brings with itself is an nginx < 1.3.13 as would be required for nodebb to be usable as a reverse proxy.

    I have tried manually updating nginx but, as Plesk brings its own custom repo to pull its own images from, this is non-trivial and has rendered my setup unusable until it was reset. So currently I am stuck with Apache until I can get that figured out 😕

    The only solution I could think of right now is to put a small machine in place that works as a sole loadbalancer and reverse proxy to which all domains point in the first place. That one can then distribute requests to the real server. That would enable me to run an additional nginx (not the plesk one) on a "non-80" port, allowing me to use any nginx. But as this is a sideproject that doesnt generate any income yet, putting a machine in front is not a viable option 😕

    The Server is running on full SSDs. I would need to ask them which ones specifically are being used if it's of relevance. I figured "as long as it's SSD, it should be fine" up until now. Let me know if I should inquire and I will.

    Thanks again for your time. Cheers!