Force MIME type for /irc
Eelco Dolstra committed
Aug 5, 2014 at 13:06 UTC
d66639a591a11ba82bba014d3c8bd04f941fb2f9
1 file changed
+4
nixos-org/webserver.nix
+4
@@ -53,6 +53,10 @@ let
53
Order deny,allow
54
Deny from all
55
</Location>
56
+
57
+ <Location /irc>
58
+ ForceType text/plain
59
+ </Location>
60
'';
61
};
62