summaryrefslogtreecommitdiff
path: root/depo/nutin-madaj/web.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-23 16:54:18 -0700
committerBen Sima <ben@bsima.me>2019-05-23 17:01:17 -0700
commit9e39e67e1571dd834bd5ca63021fafe2038b5053 (patch)
tree840977c52e78fc6f113a2318ad6f9b814ac18e1f /depo/nutin-madaj/web.nix
parent62f6a0a30b9a99288b205160f518b737d0286c3b (diff)
try to passthru deluge web console port
not sure if this will work, but worth a try
Diffstat (limited to 'depo/nutin-madaj/web.nix')
-rw-r--r--depo/nutin-madaj/web.nix3
1 files changed, 2 insertions, 1 deletions
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 = {
"/" = {