diff options
author | Ben Sima <ben@bsima.me> | 2019-05-23 13:19:33 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-23 13:19:33 -0700 |
commit | 9e199b153a635e6b19488ac61f67a2f7ec54f6ac (patch) | |
tree | 405ff8adcaafbc27c0a51abd23143bf16e6f7754 /depo/nutin-madaj/web.nix | |
parent | 96b62b299a1379367c82fa4773f07df093c2c961 (diff) |
wip: getting znc to work
Diffstat (limited to 'depo/nutin-madaj/web.nix')
-rw-r--r-- | depo/nutin-madaj/web.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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 |