BBS:      TELESC.NET.BR
Assunto:  Nginx as proxy?
De:       The Wanderer
Data:     Fri, 6 Feb 2026 14:08:00 -0800
-----------------------------------------------------------
  hbRenb: hcNginx as proxy?
  bBynb: hcTmccaf bto cAll bon cFri Feb 06 2026 01:02 pmn


Your nginx setup seems overly complicated, especially as a starting point.

My is:

location / {

        proxy_pass http://127.0.0.1:8080;
        proxy_http_version 1.1;
        proxy_redirect off;

        # If it's behind another reverse proxy or CDN, remove the following.
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header Host $http_host;
        proxy_set_header X-Forwarded-Proto $scheme;

}

sbbs is listening on 8080 in my setup

I would suggest this is a pretty simple starting point, and of course you can get fancier as you need or want along the way.
n
---
  gSynchronetn  We're yakking at Yak Station BBS

-----------------------------------------------------------
[Voltar]