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
commit79382edc029a743066314582f351008c68344f44 (patch)
tree210809c6926eacf2dfa77708af950526c96ca6ce
parent96dcbcaefeffd65e3287de1b114b1ac422b68d77 (diff)
m 1 shoney: graphs -> graph
-rw-r--r--1systems/shoney.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/shoney.nix b/1systems/shoney.nix
index 96aeb2856..9f04e97eb 100644
--- a/1systems/shoney.nix
+++ b/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;