2023-01-07 03:37:32 +00:00
|
|
|
--- a/conf/config.php
|
|
|
|
+++ b/conf/config.php
|
|
|
|
@@ -28,7 +28,7 @@
|
|
|
|
$do_diagnostic = true; // Diagnose ruTorrent. Recommended to keep enabled, unless otherwise required.
|
|
|
|
$al_diagnostic = true; // Diagnose auto-loader. Set to "false" to make composer plugins work.
|
2023-07-17 08:00:10 +00:00
|
|
|
|
2023-01-07 03:37:32 +00:00
|
|
|
- $log_file = '/tmp/errors.log'; // path to log file (comment or leave blank to disable logging)
|
|
|
|
+ $log_file = '/var/log/rutorrent.log'; // path to log file (comment or leave blank to disable logging)
|
|
|
|
|
|
|
|
$saveUploadedTorrents = true; // Save uploaded torrents to profile/torrents directory or not
|
2023-07-17 08:00:10 +00:00
|
|
|
$overwriteUploadedTorrents = false; // Overwrite existing uploaded torrents in profile/torrents directory or make unique name
|
|
|
|
@@ -69,7 +69,7 @@
|
2023-01-07 03:37:32 +00:00
|
|
|
"localhost",
|
|
|
|
);
|
|
|
|
|
|
|
|
- $profilePath = '../../share'; // Path to user profiles
|
|
|
|
+ $profilePath = '/var/lib/rutorrent'; // Path to user profiles
|
|
|
|
$profileMask = 0777; // Mask for files and directory creation in user profiles.
|
|
|
|
// Both Webserver and rtorrent users must have read-write access to it.
|
|
|
|
// For example, if Webserver and rtorrent users are in the same group then the value may be 0770.
|