add webp map

This commit is contained in:
VirtuBox 2018-04-03 10:38:40 +02:00 committed by GitHub
parent 194fa4f943
commit 4f4b1b1e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
map $http_accept $webp_suffix {
default "";
"~*webp" ".webp";
}