Files
WPIQ/wo/cli/templates/webp.mustache
2019-03-06 15:32:07 +01:00

7 lines
168 B
Plaintext

# WEBP NGINX CONFIGURATION
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
map $http_accept $webp_suffix {
default "";
"~*webp" ".webp";
}