From 8cf7a248151ec9514cfb9ac3f14e0b91ae4194ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Tue, 2 Apr 2019 09:21:41 -0400 Subject: Add proxy for kufieta.net --- config/web-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/web-server.nix b/config/web-server.nix index 4a126dc..4ef070b 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -90,7 +90,7 @@ }; }; "kufieta.net" = template // { - # locations."/".proxyPass = "http://10.0.20.13"; + locations."/".proxyPass = "http://10.0.20.13:8080"; }; }; }; -- cgit v1.2.3