Message Area
Casually read the BBS message area using an easy to use interface. Messages are categorized exactly like they are on the BBS. You may post new messages or reply to existing messages!

You are not logged in. Login here for full access privileges.

Previous Message | Next Message | Back to Synchronet Multinode BBS Softwar...  <--  <--- Return to Home Page
   Networked Database  Synchronet Multinode BBS Softwar...   [789 / 900] RSS
 From   To   Subject   Date/Time 
Message   Clifra    All   NGINX with Synchonet   June 25, 2019
 1:56 PM *  

ok, I am having a few issues with getting this to work.
I am using echicken's webv4 but that is not related I am sure.

I have NGINX proxying https:443 to http://localhost:8081. I have set the [WEB]
section of sbbs.ini to use Port=8081.

[Web] Web (HTTP) Server
  AutoStart=true
  Interface=
  Port=8081
  TLSInterface=
  TLSPort=444

When I browse to the web site it redirects fine but I cannot log in. I enter
username and password and it just refreshes the page back to the main page and
I am not logged in.

Here is my NGINX configuration:
/etc/nginx/confd/sbbs.conf
server {

  server_name daysofoldbbs.wilhartsolutions.com;

  location / {
    proxy_pass http://localhost:8081/;
  }

    listen [::]:443 ssl ipv6only=on; # managed by Certbot
    listen 443 ssl; # managed by Certbot
    ssl_certificate
/etc/letsencrypt/live/daysofoldbbs.wilhartsolutions.com/fullchain.pem; #
managed by Certbot
    ssl_certificate_key
/etc/letsencrypt/live/daysofoldbbs.wilhartsolutions.com/privkey.pem; # managed
by Certbot
    include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot

}
server {
    if ($host = daysofoldbbs.wilhartsolutions.com) {
        return 301 https://$host$request_uri;
    } # managed by Certbot


  listen 80;
  listen [::]:80;

  server_name daysofoldbbs.wilhartsolutions.com;
    return 404; # managed by Certbot
}


2nd problem:
I just cannot figure out how to get the fTelnet to work through NGINX. I've
read a post by eChicken from his board but I am not getting how to direct
traffic through NGINX for this.

Appreciate the help.


Clifra Jones
Sysop, Days of Old BBS
Hostname: daysofoldbbs.wilhartsolutions.com
Protocols: Telnet, SSH (2222), HTTP

---
 ■ Synchronet ■ Days of Old BBS Telnet/SSH(2222)/Web
daysofoldbbs.wilhartsolutions.com
 * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  Show ANSI Codes | Hide BBCodes | Show Color Codes | Hide Encoding | Hide HTML Tags | Show Routing
Previous Message | Next Message | Back to Synchronet Multinode BBS Softwar...  <--  <--- Return to Home Page

VADV-PHP
Execution Time: 0.0802 seconds

If you experience any problems with this website or need help, contact the webmaster.
VADV-PHP Copyright © 2002-2024 Steve Winn, Aspect Technologies. All Rights Reserved.
Virtual Advanced Copyright © 1995-1997 Roland De Graaf.
v2.0.140505

Warning: Unknown: open(c:\Sessions\sess_fdtpgs8i07932c9cunvvrl0ro5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0 PHP Warning: session_start(): open(c:\Sessions\sess_fdtpgs8i07932c9cunvvrl0ro5, O_RDWR) failed: No such file or directory (2) in D:\wc5\http\public\VADV\include\common.inc.php on line 45 PHP Warning: Unknown: open(c:\Sessions\sess_fdtpgs8i07932c9cunvvrl0ro5, O_RDWR) failed: No such file or directory (2) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (c:\Sessions) in Unknown on line 0