Transmission not saving settings - maybe

  • I'm editing the config found at /etc/transmission-daemon/, with the service shutdown, and for whatever reason it is partially reading my config. I have it set to start on port 8083, it is starting on port 9091. I have it set to allow all on RPC and yet I am getting an error about that.


    I am using a reverse proxy setup and all traffic is channeled through the user VPN.


    Screen grab of setup: https://1drv.ms/u/s!AtItXRNac1nKhptRk2DmXwCGUfir9Q


    Source code for nginx:

    Code
    location /torrent{
    	proxy_pass http://127.0.0.1:9091;
    	proxy_pass_header X-Transmission-Session-Id;
    	proxy_set_header Host $host;
    	proxy_set_header X-Real-IP $remote_addr;
    	proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }


    Source code for settings.json:

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!