Merge pull request #37958 from erictapen/apache-httpd-fix-typo
apache-httpd: fix typo in config servedFiles
This commit is contained in:
commit
1a984702dc
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ with lib;
|
||||||
default = [];
|
default = [];
|
||||||
example = [
|
example = [
|
||||||
{ urlPath = "/foo/bar.png";
|
{ urlPath = "/foo/bar.png";
|
||||||
files = "/home/eelco/some-file.png";
|
file = "/home/eelco/some-file.png";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
description = ''
|
description = ''
|
||||||
|
|
Loading…
Reference in a new issue