l prism.r: add transmission session id header

This commit is contained in:
lassulus 2019-12-02 15:57:50 +01:00 committed by makefu
parent b493bc2e7c
commit 6f3a35b5e2
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ with import <stockholm/lib>;
auth_basic_user_file ${pkgs.writeText "transmission-user-pass" ''
krebs:$apr1$1Fwt/4T0$YwcUn3OBmtmsGiEPlYWyq0
''};
proxy_pass_header X-Transmission-Session-Id;
proxy_pass http://10.233.2.14:9091;
'';