mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Apache servedFiles: fixed a typo in example
This commit is contained in:
parent
8388bd3280
commit
bca76e46f0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue