mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-02 07:05:42 +00:00
rtorrent-flood: many changes
- removed MediaInfo - use git to download xmlrpc - xmlrpc advanced - rtorrent now uses a unix socket for SCGI
This commit is contained in:
@ -8,7 +8,7 @@ const CONFIG = {
|
||||
scgi: {
|
||||
host: 'localhost',
|
||||
port: 5000,
|
||||
socket: false,
|
||||
socket: true,
|
||||
socketPath: '/tmp/rtorrent.sock'
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user