首页 » 未分类 » web express wordpress plugin config 未分类 web express wordpress plugin config 2020-10-24 # nginx config # WebP Express rules # -------------------- location ~* ^/?wp-content/.*\.(png|jpe?g)$ { add_header Vary Accept; expires 365d; if ($http_accept !~* "webp"){ break; } try_files /wp-content/webp-express/webp-images/doc-root/$uri.webp $uri.webp /wp-content/plugins/webp-express/wod/webp-on-demand.php?xsource=x$request_filename&wp-content=wp-content ; } # Route requests for non-existing webps to the converter location ~* ^/?wp-content/.*\.(png|jpe?g)\.webp$ { try_files $uri /wp-content/plugins/webp-express/wod/webp-realizer.php?xdestination=x$request_filename&wp-content=wp-content ; } # ------------------- (WebP Express rules ends here) https://wordpress.org/plugins/webp-express/#%0Ai%20am%20on%20nginx%20or%20openresty%0A
未分类 2020-11-13 centos push jekyll to github cd /www/wwwroot/hearing-aids.com.cn git config --system user.name "audisound" git config --system user.ema …
未分类 2020-10-24 How To Create and Serve WebP Images to Speed Up Your Website https://www.digitalocean.com/community/tutorials/how-to-create-and-serve-webp-images-to-speed-up-your-website
未分类 2020-10-20 Reputation Management How to Flag & Remove Fake Reviews from Google, Yelp, & Facebook When his site was unexpectedly hit by a recent core Google algorithm update, one SEO was determined to find out why. Follow along with all the steps taken to see just what went wrong and how to determine the right fix.
未分类 2020-05-22 Automatically push an updated file whenever it is changed Automatically push an updated file whenever it is changed Linux Make sure inotify-tools is installed (http …
暂无评论