summaryrefslogtreecommitdiff
path: root/config/web-server.nix
diff options
context:
space:
mode:
authorKJ Ørbekk <kj@orbekk.com>2017-06-18 08:26:35 -0400
committerKJ Ørbekk <kj@orbekk.com>2017-06-18 08:26:35 -0400
commit154795422cf9945764faf00ac4cad37514f251ab (patch)
tree172a43308482d09cb737a82a1fbd650f62e66b0c /config/web-server.nix
parent786b5a0d0a05687ae13d5fd9a6928459bab5d52a (diff)
Add systemhttpd service.
Diffstat (limited to 'config/web-server.nix')
-rw-r--r--config/web-server.nix6
1 files changed, 3 insertions, 3 deletions
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/;'';
};