Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Enable asset compression
  • Loading branch information
zoffixznet committed Jul 14, 2016
1 parent b8fbece commit d2697b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions html/.htaccess
Expand Up @@ -10,3 +10,8 @@ RewriteRule ^type/(.*?)::(.*) /type/$1\$COLON\$COLON$2 [N]

Redirect 301 /language/5to6 https://docs.perl6.org/language/5to6-nutshell
ErrorDocument 404 /404.html

<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/json
</IfModule>

0 comments on commit d2697b3

Please sign in to comment.