minibolt-guide / minibolt

A step-by-step guide to building a Bitcoin & Lightning node, and other stuff on a personal computer
https://minibolt.info
MIT License
74 stars 37 forks source link

Update security.md #81

Closed SigmaCodeLLC closed 1 year ago

SigmaCodeLLC commented 1 year ago

The nginx_stream module adds stream proxy support to nginx, producing a successful output to "sudo nginx -t". Otherwise, "sudo nginx -t" fails and produces: "unknown directive "stream" in /etc/nginx/nginx.conf:20 nginx: configuration file /etc/nginx/nginx.conf test failed"

What:

Improving the base code structure.

Why:

To enable the bitcoin user to successfully employ a bitcoin node.

How:

Importing a required package for NGINX.

Scope:

simple bug fix

Fixes # (link issue)

Test & maintenance

Start from a root install and replicate the bug by not installing the recommended package.

Animated GIF (optional)

*-|

twofaktor commented 1 year ago

Hello, thanks for your contribution

Did you test that following the MiniBolt guide and Ubuntu server LTS version?

Can you attach a screenshot as proof?

SigmaCodeLLC commented 1 year ago

Hello, thanks for your contribution

Did you test that following the MiniBolt guide and Ubuntu server LTS version?

Can you attach a screenshot as proof?

Here are my supporting screenshots: Screenshot from 2023-10-26 14-08-34 Screenshot from 2023-10-26 14-11-27 Screenshot from 2023-10-26 14-12-25

Tested with Ubuntu Server 23.10 (64-bit).

twofaktor commented 1 year ago

This is MiniBolt guide, not RaspiBolt. On MiniBolt it is used Ubuntu Server 22.04.3 LTS right now

SigmaCodeLLC commented 1 year ago

Mirrored issue with Raspibolt.org guide:

https://github.com/raspibolt/raspibolt/pull/1365

https://github.com/raspibolt/raspibolt/pull/1366

From guide: Screenshot from 2023-10-26 14-20-03