summaryrefslogtreecommitdiff
path: root/config/web-server.nix
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2017-11-18 13:44:21 -0500
committerKjetil Ørbekk <kj@orbekk.com>2017-11-18 13:44:21 -0500
commitc347a2120788b7804303cff210bc51a1dfc957fd (patch)
tree696502f5e92ad5c6be0fa03786b3b7695013c12f /config/web-server.nix
parenta922bc513cf4c1730b4c69cc43ca66004814e45b (diff)
updates to dragon
Diffstat (limited to 'config/web-server.nix')
-rw-r--r--config/web-server.nix4
1 files changed, 2 insertions, 2 deletions
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 // {