3
0
Fork 0
forked from mirrors/nixpkgs

Apache servedFiles: fixed a typo in example

This commit is contained in:
Igor Pashev 2015-04-28 07:39:35 +00:00
parent 8388bd3280
commit bca76e46f0

View file

@ -97,7 +97,7 @@ with lib;
default = []; default = [];
example = [ example = [
{ urlPath = "/foo/bar.png"; { urlPath = "/foo/bar.png";
dir = "/home/eelco/some-file.png"; files = "/home/eelco/some-file.png";
} }
]; ];
description = '' description = ''