7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
# WEBP NGINX CONFIGURATION - WO v3.9.5
|
|
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
|
|
|
map $http_accept $webp_suffix {
|
|
default "";
|
|
"~*webp" ".webp";
|
|
} |