From 154795422cf9945764faf00ac4cad37514f251ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Sun, 18 Jun 2017 08:26:35 -0400 Subject: Add systemhttpd service. --- config/web-server.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/web-server.nix') diff --git a/config/web-server.nix b/config/web-server.nix index 24129b0..a53f369 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -34,9 +34,9 @@ locations."@storage" = { root = "/storage/srv/kj.orbekk.com"; }; - locations."/beta" = { - alias = "${pkgs.www-orbekk}"; - }; + locations."/systemd" = { + proxyPass = "http://10.0.20.15:11105/"; + }; locations."/hledger" = { extraConfig = ''return 302 /hledger/;''; }; -- cgit v1.2.3