fixup
This commit is contained in:
parent
2c606b8830
commit
b3e419f8d9
1 changed files with 2 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
Type = "simple";
|
Type = "simple";
|
||||||
User = "nobody";
|
User = "nobody";
|
||||||
NetworkNamespacePath = "/var/run/netns/wg";
|
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:/tmp/prowlarr.sock,unlink-early,fork TCP4:127.0.0.1:9696";
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
};
|
};
|
||||||
|
@ -39,7 +40,7 @@
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "http://unix:/tmp/prowlarr.sock";
|
proxyPass = "http://unix:/tmp/prowlarr.sock:/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue