apache-httpd: fix typo in config servedFiles
This commit is contained in:
parent
dddf0314bc
commit
169468c406
|
@ -118,7 +118,7 @@ with lib;
|
|||
default = [];
|
||||
example = [
|
||||
{ urlPath = "/foo/bar.png";
|
||||
files = "/home/eelco/some-file.png";
|
||||
file = "/home/eelco/some-file.png";
|
||||
}
|
||||
];
|
||||
description = ''
|
||||
|
|
Loading…
Reference in New Issue