summaryrefslogtreecommitdiff
path: root/config/web-server.nix
diff options
context:
space:
mode:
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 // {