diff options
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 |