easyengine icon indicating copy to clipboard operation
easyengine copied to clipboard

Add webp to Nginx configuration

Open danish17 opened this issue 3 years ago • 1 comments

Currently, in EasyEngine site-specific Nginx configs, we cache static files but we do not provision webp files.

location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|woff2|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|swf)$ {...

Since, webp is increasingly becoming the de facto standard of next gen image formats, it might be a good idea to add support for it.

danish17 avatar Jan 12 '22 06:01 danish17

Agreed. Please add webp support to EE/Nginx

cerbenus avatar Jun 24 '22 03:06 cerbenus

this will be a nice to have feature, although if you are using cdn like cloudflare it should be handled by default.

prionkor avatar Feb 02 '23 12:02 prionkor