Files
WPIQ/wo/cli/templates/webp.mustache

7 lines
180 B
Plaintext
Raw Normal View History

2019-03-27 04:58:25 +01:00
# WEBP NGINX CONFIGURATION - WO v3.9.5
2019-03-06 15:32:07 +01:00
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
map $http_accept $webp_suffix {
default "";
"~*webp" ".webp";
}