You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To limit exposure of all the content of the pod and prevent users from polluting directories
It should be best to change line 31 of /var/www/rutorrent/conf/config.php
$topDirectory = '/';
by $topDirectory = '/'downloads/;
Thanks
The text was updated successfully, but these errors were encountered:
Hi @crazy-max,
To limit exposure of all the content of the pod and prevent users from polluting directories
It should be best to change line 31 of /var/www/rutorrent/conf/config.php
$topDirectory = '/';
by
$topDirectory = '/'downloads/;
Thanks
The text was updated successfully, but these errors were encountered: