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.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/;'';
};