summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-04-17 13:13:35 +0200
committerlassulus <lass@lassul.us>2017-04-18 21:14:56 +0200
commit456f20deda1d5d651a8c382aa8edc3cb59e26e7e (patch)
tree302fc8180e6dd81a1cea43fa1237ffd7e307103d
parent52ff49d7d5a7bc7a815fd457d69e028cfb9b8325 (diff)
m 1 shoney: graphs -> graph
-rw-r--r--makefu/1systems/shoney.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/shoney.nix b/makefu/1systems/shoney.nix
index 96aeb285..9f04e97e 100644
--- a/makefu/1systems/shoney.nix
+++ b/makefu/1systems/shoney.nix
@@ -31,7 +31,7 @@ in {
anonymous-domain = "localhost.localdomain";
anonymous.extraConfig = "return 403;";
complete = {
- serverAliases = [ "graphs.siem" ];
+ serverAliases = [ "graph.siem" ];
extraConfig = ''
if ( $server_addr = "${ip}" ) {
return 403;