summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-04-28 07:39:35 +0000
committerIgor Pashev <pashev.igor@gmail.com>2015-04-28 08:05:15 +0000
commitbca76e46f0c4cc3907ee010589439f2edb3402d9 (patch)
tree87892d6add3911b3eca22e298e84242274d9196a /nixos
parent8388bd3280104c17e27693b75038e11f55941e85 (diff)
downloadnixpkgs-bca76e46f0c4cc3907ee010589439f2edb3402d9.tar
nixpkgs-bca76e46f0c4cc3907ee010589439f2edb3402d9.tar.gz
nixpkgs-bca76e46f0c4cc3907ee010589439f2edb3402d9.tar.bz2
nixpkgs-bca76e46f0c4cc3907ee010589439f2edb3402d9.tar.lz
nixpkgs-bca76e46f0c4cc3907ee010589439f2edb3402d9.tar.xz
nixpkgs-bca76e46f0c4cc3907ee010589439f2edb3402d9.tar.zst
nixpkgs-bca76e46f0c4cc3907ee010589439f2edb3402d9.zip
Apache servedFiles: fixed a typo in example
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 0db27b0bcbe..5abcc5e7490 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
@@ -97,7 +97,7 @@ with lib;
     default = [];
     example = [
       { urlPath = "/foo/bar.png";
-        dir = "/home/eelco/some-file.png";
+        files = "/home/eelco/some-file.png";
       }
     ];
     description = ''