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

View file

@ -26,7 +26,7 @@
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";
ExecStart = "${pkgs.socat}/bin/socat -d -d UNIX-LISTEN:/run/socat_prowlarr.sock,unlink-early,fork TCP4:127.0.0.1:9696";
Restart = "on-failure";
};
};
@ -40,7 +40,7 @@
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://unix:/tmp/prowlarr.sock:/";
proxyPass = "http://unix:/run/socat_prowlarr.sock:/";
};
};
}