Navigation

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

    selmank

    @selmank

    4
    Reputation
    4
    Profile views
    7
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    selmank Unfollow Follow

    Best posts made by selmank

    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @pitaj you are perfect.!
      worked and the nodebb forum is online. I am very happy.
      thank you so much.

      posted in General Discussion
      S
      selmank
    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @Nubi-KR and @dunlix thank you separately for your interest and assistance.

      posted in General Discussion
      S
      selmank

    Latest posts made by selmank

    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @Nubi-KR and @dunlix thank you separately for your interest and assistance.

      posted in General Discussion
      S
      selmank
    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @pitaj you are perfect.!
      worked and the nodebb forum is online. I am very happy.
      thank you so much.

      posted in General Discussion
      S
      selmank
    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @dunlix I do not know how to do it. I haven't configured the machine for this, I just access it with nodebb, mongo, nginx installed and putty.
      I am using aws ec2 ubuntu.

      [Edit]
      is there any way to do this with putty?

      posted in General Discussion
      S
      selmank
    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @pitaj
      gave an output as follows

      nodebb3.jpg

      posted in General Discussion
      S
      selmank
    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @pitaj yes i tried the same steps again. unfortunately no improvement

      my website;
      13.59.185.135:4567
      gundemly.com

      nodebb

      nodebb
      posted in General Discussion
      S
      selmank
    • RE: After installing on Ubuntu, only seeing the "welcome to nginx" page

      @nubi-kr said in After installing on Ubuntu, only seeing the "welcome to nginx" page:

      @selmank
      need more information to know what is problem

      1. check ipaddress:4567
      2. check domain.com:4567

      I think something is wrong with 'Configuring nginx' part

      @nubi-kr
      Thanks for the reply. We changed only 'server_name' in this file, other configs same.

      server {
          listen 80;
      
          server_name forum.example.com;
          
          access_log /var/log/nginx/forum.example.com.access.log;
          error_log /var/log/nginx/forum.example.com.error.log;
      
          location / {
              proxy_set_header X-Real-IP $remote_addr;
              proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
              proxy_set_header X-Forwarded-Proto $scheme;
              proxy_set_header Host $http_host;
              proxy_set_header X-NginX-Proxy true;
      
              proxy_pass http://127.0.0.1:4567;
              proxy_redirect off;
      
              # Socket.IO Support
              proxy_http_version 1.1;
              proxy_set_header Upgrade $http_upgrade;
              proxy_set_header Connection "upgrade";
          }
      }
      

      I followed the instructions here;

      posted in General Discussion
      S
      selmank
    • After installing on Ubuntu, only seeing the "welcome to nginx" page

      We followed the steps in the "https://docs.nodebb.org/installing/os/ubuntu/" link, but only the Nginx login page appears when accessing the address.

      We use Nodebb 16.x, node.js 12.x

      posted in General Discussion
      S
      selmank