Quantcast
Channel: Nginx Forum - Nginx Mailing List - Russian
Viewing all articles
Browse latest Browse all 3102

Webp не приходит на клиент (no replies)

$
0
0
Пытаюсь заставить webp приходить на клиент. Сайт на WP.

В http секции в nginx.conf

map $http_accept $webp_extension {
default "";
"~*webp" ".webp";
}

В секции server

location ~ ^/wp-content/uploads/ {
location ~* ^/wp-content/uploads/(.+/)?(.+)\.(png|jpe?g)$ {
expires 30d;
add_header Vary "Accept-Encoding";
add_header Cache-Control "public, no-transform";
try_files $uri$webp_extension $uri =404;
}
}

Есть ещё одна секция server для ssl, может в неё надо добавлять, вообще не понятно как попросить nginx таки слать webp.

Viewing all articles
Browse latest Browse all 3102

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>