lol

apache-httpd: fix typo in config servedFiles

+1 -1
+1 -1
nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
··· 118 118 default = []; 119 119 example = [ 120 120 { urlPath = "/foo/bar.png"; 121 - files = "/home/eelco/some-file.png"; 121 + file = "/home/eelco/some-file.png"; 122 122 } 123 123 ]; 124 124 description = ''