fixup
This commit is contained in:
parent
b3e419f8d9
commit
cebfc68a81
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
User = "nobody";
|
User = "nobody";
|
||||||
NetworkNamespacePath = "/var/run/netns/wg";
|
NetworkNamespacePath = "/var/run/netns/wg";
|
||||||
UMask = "000";
|
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";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "http://unix:/tmp/prowlarr.sock:/";
|
proxyPass = "http://unix:/run/socat_prowlarr.sock:/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue