From c347a2120788b7804303cff210bc51a1dfc957fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Sat, 18 Nov 2017 13:44:21 -0500 Subject: updates to dragon --- config/web-server.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/web-server.nix') diff --git a/config/web-server.nix b/config/web-server.nix index 5c9a70e..84d52be 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -60,11 +60,11 @@ }; }; "git.orbekk.com" = template // { - locations."/".proxyPass = "http://10.0.20.15:11103"; + locations."/".proxyPass = "http://10.0.20.2:11103"; }; "hydra.orbekk.com" = template // { locations."/" = { - proxyPass = "http://10.0.20.15:11101"; + proxyPass = "http://10.0.20.2:11101"; }; }; "kufieta.net" = template // { -- cgit v1.2.3