fix init
This commit is contained in:
@@ -220,20 +220,3 @@ PYTORRENT_DEBUG_INSTALL=1
|
||||
```
|
||||
|
||||
On RHEL-compatible systems the installer also tries to enable CRB/PowerTools and installs `libcurl-devel`, `redhat-rpm-config`, `patch`, `diffutils`, `findutils`, `file`, and `libstdc++-devel`, because minimal Alma/Rocky images often do not include enough build tooling.
|
||||
|
||||
### SCGI TCP vs Unix socket
|
||||
|
||||
Default stack mode remains TCP:
|
||||
|
||||
```bash
|
||||
network.scgi.open_port = 127.0.0.1:5000
|
||||
```
|
||||
|
||||
Socket mode is opt-in:
|
||||
|
||||
```bash
|
||||
sudo bash scripts/install_stack.sh --scgi-unix-socket
|
||||
sudo bash scripts/install_stack.sh --rtorrent-socket /run/rtorrent/rtorrent.sock
|
||||
```
|
||||
|
||||
Socket mode writes `network.scgi.open_local`, installs `rtorrent-scgi-proxy`, points pyTorrent at the proxy URL and grants the proxy user access to the rTorrent socket group.
|
||||
|
||||
Reference in New Issue
Block a user