summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKjetil Ørbekk <kj@orbekk.com>2020-02-26 22:21:10 -0500
committerKjetil Ørbekk <kj@orbekk.com>2020-02-26 22:21:10 -0500
commitf911f9b2bf6be7e2514391db8250bbeff603dd4c (patch)
treeb7834e43e9b11359c60eaa0cc511814fc8918acb /config
parent2d7f5ca12c7fef56e914dcd17c9f974b77370a18 (diff)
Enable pjournal on dragon
Diffstat (limited to 'config')
-rw-r--r--config/web-server.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/web-server.nix b/config/web-server.nix
index bd2c35d..751f9c3 100644
--- a/config/web-server.nix
+++ b/config/web-server.nix
@@ -97,7 +97,7 @@
locations."/".proxyPass = "http://10.0.20.13:8080";
};
"journal.orbekk.com" = template // {
- locations."/".proxyPass = "http://${pjournal_loc.address}:${toString pjournal_loc.port}";
+ locations."/".proxyPass = "http://localhost:${toString pjournal_loc.port}";
};
};
};