Add MIME type for hashes
Eelco Dolstra committed
Aug 5, 2014 at 14:13 UTC
e337270989ac8efdb21c28987f4e0f2595550f8b
1 file changed
+1
nixos-org/webserver.nix
+1
@@ -88,6 +88,7 @@ in
88
extraConfig =
89
''
90
AddType application/nix-package .nixpkg
91
+ AddType text/plain .sha256
92
93
#StartServers 15
94