From 9e39e67e1571dd834bd5ca63021fafe2038b5053 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 23 May 2019 16:54:18 -0700 Subject: try to passthru deluge web console port not sure if this will work, but worth a try --- depo/nutin-madaj/web.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'depo/nutin-madaj/web.nix') diff --git a/depo/nutin-madaj/web.nix b/depo/nutin-madaj/web.nix index 899200c..62335ba 100644 --- a/depo/nutin-madaj/web.nix +++ b/depo/nutin-madaj/web.nix @@ -15,9 +15,10 @@ in "bsima.me".root = "/home/ben/public_html/"; "www.bsima.me".root = "/home/ben/public_html/"; "simatime.com".locations."/".root = "/srv/www/"; - "znc.simatime.com".locations."^(.*)$".proxyPass = "http://localhost/znc$1"; + "znc.simatime.com".locations."^(.*)".proxyPass = "http://localhost/znc$1"; "hero.simatime.com".locations."/".proxyPass = "http://${bensIp}:3001"; "tv.simatime.com".locations."/".proxyPass = "http://${bensIp}:8096"; # emby runs on port 8096 + "deluge.simatime.com".locations."/".proxyPass = "http://${bensIp}:8112"; "notebook.simatime.com".locations = { "/" = { -- cgit v1.2.3