Skip to content

Instantly share code, notes, and snippets.

@cuongpjh
Created March 27, 2018 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuongpjh/8b13d84d796497b2d01cdad7cc075deb to your computer and use it in GitHub Desktop.
Save cuongpjh/8b13d84d796497b2d01cdad7cc075deb to your computer and use it in GitHub Desktop.
Config Nginx cho WebP
map $http_accept $webp_suffix {
default "";
"~*webp" ".webp";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment