Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. midnightbeast
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 15
    • Best 0
    • Groups 1

    midnightbeast

    @midnightbeast

    0
    Reputation
    207
    Profile views
    15
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    midnightbeast Unfollow Follow
    GNU/Linux

    Latest posts made by midnightbeast

    • socket.io

      I tried running nodebb on apache but given I was running under a centos/whm server, it became a nightmare. Now i have nodebb running on Digitalocean but I still get this error like

      https://coinassist.org/socket.io/?EIO=3&transport=polling&t=MBL7iKu

      Is that normal?

      0_1523994288520_Screen Shot 2018-04-17 at 12.42.22 PM.png

      posted in Technical Support
      M
      midnightbeast
    • Digitalocean hosting

      On this forum, if the admins don’t mind answering, what is the server setup like? It’s been mentioned digitalocean is serving the backend hosting needs, what distribution of Linux, memory ... does it take it from looking at DO side, to host such busy a forum?

      I know other forums using nodebb might have large server setup but as far as DO, what would it roughly cost to host a forum used like the one here?

      posted in General Discussion
      M
      midnightbeast
    • RE: Google site description

      @julian thank you.

      posted in Technical Support
      M
      midnightbeast
    • Google site description

      how does one change and update google site description that shows up on google search?

      posted in Technical Support
      M
      midnightbeast
    • RE: Websocket/console error.

      I fixed the issue with apache but I have another with another web socket error.

      WebSocket connection to 'ws://coinassist.org/socket.io/?EIO=3&transport=websocket&sid=DyMXotjUG3Ls85LEAAAL' failed: Unexpected response code: 400

      any ideas why error?

      coinassist.org

      posted in Technical Support
      M
      midnightbeast
    • RE: Websocket/console error.

      @pitaj thank you

      posted in Technical Support
      M
      midnightbeast
    • RE: Websocket/console error.

      I don't know how to do that. is that something with htaccess I do? or within nodebb admin? or config file?

      posted in Technical Support
      M
      midnightbeast
    • RE: Websocket/console error.

      yes sir! okay I got it to work on regular http for now

      my updated apache

      ***ServerName www.coinassist.org
      RequestHeader set X-Forwarded-Proto "http"
      
      ProxyRequests off
      <Proxy *>
          Order deny,allow
          Allow from all
      </Proxy>
      
      RewriteEngine On
      RewriteCond %{REQUEST_URI}  ^/socket.io            [NC]
      RewriteCond %{QUERY_STRING} transport=websocket    [NC]
      RewriteRule /(.*)           ws://127.0.0.1:4567/$1 [P,L]
      
      ProxyPass / http://127.0.0.1:4567/
      ProxyPassReverse / http://127.0.0.1:4567/***
      

      the web socket issue is was when you hit "http://coinassist.org/" everything is good however when you do "http://www.coinassist.org/" you get web socket error like my first screenshot. try it, you'll see

      posted in Technical Support
      M
      midnightbeast
    • RE: Websocket/console error.

      here is my current config.json file.
      {
      "url": "https://coinassist.org",
      "secret": "secret",
      "database": "mongo",
      "mongo": {
      "host": "127.0.0.1",
      "port": "27017",
      "username": "nodebb",
      "password": "password",
      "database": "nodebb",
      "uri": ""
      },
      "type": "literal"
      }

      my apache setting

      ProxyPass / http://127.0.0.1:4567/
      ProxyPassReverse / http://127.0.0.1:4567/

      nodebb is running but I can't get it to run on https or even apache to work now. currently its running on the port.

      posted in Technical Support
      M
      midnightbeast
    • RE: Websocket/console error.

      I'm running on a cpanel/whm and yes something happened again where I have problem again

      posted in Technical Support
      M
      midnightbeast