first commit
This commit is contained in:
19
examples/rtorrent-scgi-proxy.env
Normal file
19
examples/rtorrent-scgi-proxy.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Jedna instancja proxy = jeden token = jeden backend rTorrent SCGI.
|
||||
|
||||
LISTEN_ADDR=10.10.110.11:5050
|
||||
TOKEN=change-me-long-random-token
|
||||
|
||||
# tcp: np. 127.0.0.1:5000
|
||||
# unix: np. /run/rtorrent/rtorrent.sock
|
||||
TARGET_NETWORK=tcp
|
||||
TARGET_ADDRESS=127.0.0.1:5000
|
||||
TARGET_URI=/RPC2
|
||||
|
||||
# Pojedynczy IP, CIDR albo *.
|
||||
ALLOW_NET=10.10.0.0/16
|
||||
|
||||
READ_TIMEOUT=15s
|
||||
WRITE_TIMEOUT=30s
|
||||
DIAL_TIMEOUT=5s
|
||||
MAX_HEADER_BYTES=65536
|
||||
MAX_CONTENT_BYTES=10485760
|
||||
Reference in New Issue
Block a user