@cryptotaxi247 / infra-1 / commits / a2eb2d7e

Don't gzip binary cache stuff

Eelco Dolstra committed Nov 11, 2014 at 11:10 UTC a2eb2d7eba9be3a5261369889536864690c94c58
1 file changed +2 -1
delft/delft-webserver.nix
+2 -1
@@ -79,9 +79,10 @@ let
79 SetOutputFilter DEFLATE
80 BrowserMatch ^Mozilla/4\.0[678] no-gzip\
81 BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html
82 - SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
82 + SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|narinfo)$ no-gzip dont-vary
83 SetEnvIfNoCase Request_URI /api/ no-gzip dont-vary
84 SetEnvIfNoCase Request_URI /download/ no-gzip dont-vary
85 + SetEnvIfNoCase Request_URI /nar/ no-gzip dont-vary
86 </Location>
87 '';
88