Re: proxy nginx x-real-ip
By: Ragnarok to All on Sat Oct 10 2020 11:32 pm
> Hola a Todes!
>
> I'm proxing the sbbs web server via nginx (as front), I set the
> x-real-ip and x-forwarder-from heder to preserve the original client
> address.
>
> location ^~ /web {
> try_files $uri @app;
> }
>
> location @app {
> rewrite /web(.*) /$1 break;
> proxy_set_header X-Real-IP $remote_addr;
> proxy_set_header X-Forwarded-For $remote_addr;
> proxy_set_header Host $host;
> proxy_pass http://127.0.0.1:8088;
> proxy_redirect off;
> }
> the logs, show 127.0.0.1 as remote address in several points,
> Can be posibble that Sync honor these headers or any workaround to obtain
> the real ip?
Likely. Take a look-see at src/sbbs3/websrvr.c and have at it! :-)
digital man
Sysop: | Nelgin |
---|---|
Location: | Plano, TX |
Users: | 605 |
Nodes: | 10 (1 / 9) |
Uptime: | 65:05:32 |
Calls: | 9,591 |
Calls today: | 5 |
Files: | 16,048 |
D/L today: |
1 files (53K bytes) |
Messages: | 1,060,305 |
Posted today: | 9 |