Skip to content

Commit

Permalink
.htaccess: added WebP to mime types
Browse files Browse the repository at this point in the history
  • Loading branch information
brusch authored Dec 10, 2019
1 parent e9bd074 commit 6c75fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ DirectoryIndex app.php
# mime types
AddType video/mp4 .mp4
AddType video/webm .webm
AddType image/webp .webp
AddType image/jpeg .pjpeg

Options +SymLinksIfOwnerMatch
Expand Down

0 comments on commit 6c75fe5

Please sign in to comment.