apache-httpd: fix typo in config servedFiles

This commit is contained in:
Justin Humm
2018-03-28 03:47:25 +02:00
parent dddf0314bc
commit 169468c406
@@ -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 = ''