Add filtered handler for videoplayback

This commit is contained in:
Omar Roth 2018-04-15 22:56:58 -05:00
parent f08199e7cf
commit bc068721ab
2 changed files with 26 additions and 1 deletions

View file

@ -872,6 +872,7 @@ static_headers do |response, filepath, filestat|
end
public_folder "assets"
gzip true
add_handler FilteredCompressHandler.new
Kemal.run