Skip to content

Commit

Permalink
apache-httpd: fix typo in config servedFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
erictapen committed Mar 28, 2018
1 parent dddf031 commit 169468c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 169468c

Please sign in to comment.