# HG changeset patch # User IBBoard # Date 1467229796 -3600 # Node ID 3c4f495d4eac501613b7b07477b037df791af5ac # Parent b35a9df52965d50856d65a2612fef73def360b89 Make sure that we're detecting and serving 7zip and RAR files correctly (Especially important now that we send a NOSNIFF header) diff -r b35a9df52965 -r 3c4f495d4eac modules/website/files/zzz-0-custom.conf --- a/modules/website/files/zzz-0-custom.conf Tue Jun 28 20:36:42 2016 +0100 +++ b/modules/website/files/zzz-0-custom.conf Wed Jun 29 20:49:56 2016 +0100 @@ -5,6 +5,8 @@ DirectoryIndex index.php index.html AddType image/x-icon .ico +AddType application/x-7z-compressed .7z +AddType application/x-rar .rar ExpiresActive On ExpiresByType image/jpeg "access plus 2 weeks"