apache-httpd: fix typo in config servedFiles

This commit is contained in:
Justin Humm
2018-03-28 01:14:23 +02:00
parent dddf0314bc
commit 169468c406

View File

@@ -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 = ''