forked from mirrors/nixpkgs
Apache servedFiles: fixed a typo in example
This commit is contained in:
parent
8388bd3280
commit
bca76e46f0
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in a new issue