- Modifié
Bon... ben j'y arrive pas
En suivant le tuto pour installer "à la main", une fois connecté à Rutorrent, j'ai une erreur :
[21.07.2019 15:23:19] WebUI started.
[21.07.2019 15:23:20] Bad response from server: (403 [error,list]) <html> <head><title>403 Forbidden</title></head> <body> <center><h1>403 Forbidden</h1></center> <hr><center>nginx</center> </body> </html>
Debug ici : http://paste.ubuntu.com/p/XdfmKQBZxd/
UPDATE : CORRIGE
Il manquait le fichier /etc/nginx/passwd/rutorrent_passwd_<username> que j'ai créé simplement en faisant :
cp /etc/nginx/passwd/rutorrent_passwd /etc/nginx/passwd/rutorrent_passwd_<username>
Alors attention la commande suivante est bien indiquée dans le tuto :
htpasswd -s /etc/nginx/passwd/rutorrent_passwd <username>
mais pas celle-ci :
htpasswd -s /etc/nginx/passwd/rutorrent_passwd_<username> <username>