In divi settings i activate commentary in page https://ibb.co/WnZn57g
same in wp page settings https://ibb.co/9pvvxqM
it still does not work
Resolved,
i move this code in top on section from site.conf.hbs file and now its work…
location ~* ^/wp-content/.+\.(png|gif|jpe?g)$ {
add_header Vary Accept;
try_files $uri$webp_suffix $uri =404;
}
Before, the code is on bottom of section and doesn’t work.. i don’t no why
https://ibb.co/d4yzy3j
[NGINX] * in the title of topic :p