Skip to content

Commit 7ff7d43

Browse files
committed
fix(torrserver): trying to fix torrserver attempt 1
1 parent 2512b66 commit 7ff7d43

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

modules/server/misc/torrserver/default.nix

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,7 @@ in {
9696

9797
services.nginx.virtualHosts."ts.${domain}" = mkIf (webIsSupported && cfg.exposeWeb) {
9898
locations = {
99-
"/" = {
100-
proxyPass = "http://localhost:${toString cfg.port}";
101-
proxyWebsockets = true;
102-
};
99+
"/".proxyPass = "http://127.0.0.1:${toString cfg.port}";
103100
};
104101

105102
enableACME = true;

0 commit comments

Comments
 (0)