1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-04-14 18:01:15 +02:00
parent 2c606b8830
commit b3e419f8d9
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -25,6 +25,7 @@
Type = "simple";
User = "nobody";
NetworkNamespacePath = "/var/run/netns/wg";
UMask = "000";
ExecStart = "${pkgs.socat}/bin/socat -d -d UNIX-LISTEN:/tmp/prowlarr.sock,unlink-early,fork TCP4:127.0.0.1:9696";
Restart = "on-failure";
};
@ -39,7 +40,7 @@
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://unix:/tmp/prowlarr.sock";
proxyPass = "http://unix:/tmp/prowlarr.sock:/";
};
};
}