1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

rtorrent: add SCGI port

This commit is contained in:
Matt Layher 2016-04-21 23:49:26 -04:00
parent ae05b61574
commit e29ad3e80e
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -4,6 +4,7 @@ rtorrent_port: 58575
rtorrent_download_rate: 10000
rtorrent_upload_rate: 400
rtorrent_low_diskspace: "1G"
rtorrent_scgi_port: "127.0.0.1:5000"
# Path configurations
rtorrent_path_root: "/mnt/rtorrent"
rtorrent_path_files: "{{ rtorrent_path_root }}/files"