Merge pull request #37958 from erictapen/apache-httpd-fix-typo

apache-httpd: fix typo in config servedFiles
This commit is contained in:
Franz Pletz 2018-03-28 05:51:54 +00:00 committed by GitHub
commit 1a984702dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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