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
No known key found for this signature in database
GPG key ID: 5F24E3BD56617EB2

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