From 9e199b153a635e6b19488ac61f67a2f7ec54f6ac Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 23 May 2019 13:19:33 -0700 Subject: wip: getting znc to work --- depo/nutin-madaj/web.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'depo/nutin-madaj/web.nix') diff --git a/depo/nutin-madaj/web.nix b/depo/nutin-madaj/web.nix index b77f4eb..f9dc8b4 100644 --- a/depo/nutin-madaj/web.nix +++ b/depo/nutin-madaj/web.nix @@ -15,6 +15,8 @@ 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/"; + "znc2.simatime.com".locations."/".proxyPass = "http://localhost:5000/znc/"; "hero.simatime.com".locations."/".proxyPass = "http://${bensIp}:3001"; "tv.simatime.com".locations."/".proxyPass = "http://${bensIp}:8096"; # emby runs on port 8096 -- cgit v1.2.3