diff options
-rw-r--r-- | depo/nutin-madaj/web.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/depo/nutin-madaj/web.nix b/depo/nutin-madaj/web.nix index f9dc8b4..899200c 100644 --- a/depo/nutin-madaj/web.nix +++ b/depo/nutin-madaj/web.nix @@ -15,8 +15,7 @@ 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/"; + "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 |