summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2018-03-28 01:14:23 +0200
committerJustin Humm <justin.humm@posteo.de>2018-03-28 03:47:25 +0200
commit169468c40681b551ac906dfe68db338c56661c2e (patch)
treed8b9e5cb47ec7a47bb4ffe70f73bfa56315c5fd4 /nixos
parentdddf0314bc0b08e863628ab756ffe37c20f1985a (diff)
downloadnixpkgs-169468c40681b551ac906dfe68db338c56661c2e.tar
nixpkgs-169468c40681b551ac906dfe68db338c56661c2e.tar.gz
nixpkgs-169468c40681b551ac906dfe68db338c56661c2e.tar.bz2
nixpkgs-169468c40681b551ac906dfe68db338c56661c2e.tar.lz
nixpkgs-169468c40681b551ac906dfe68db338c56661c2e.tar.xz
nixpkgs-169468c40681b551ac906dfe68db338c56661c2e.tar.zst
nixpkgs-169468c40681b551ac906dfe68db338c56661c2e.zip
apache-httpd: fix typo in config servedFiles
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/per-server-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix b/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
index 1d53ce65900..4bbd041b6e0 100644
--- a/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
@@ -118,7 +118,7 @@ with lib;
     default = [];
     example = [
       { urlPath = "/foo/bar.png";
-        files = "/home/eelco/some-file.png";
+        file = "/home/eelco/some-file.png";
       }
     ];
     description = ''