tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Apache servedFiles: fixed a typo in example
Igor Pashev
10 years ago
bca76e46
8388bd32
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
web-servers
apache-httpd
per-server-options.nix
+1
-1
nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
···
97
97
default = [];
98
98
example = [
99
99
{ urlPath = "/foo/bar.png";
100
100
-
dir = "/home/eelco/some-file.png";
100
100
+
files = "/home/eelco/some-file.png";
101
101
}
102
102
];
103
103
description = ''