Title: laballo's Replies | WordPress.org

---

# laballo

  [  ](https://wordpress.org/support/users/laballo/)

 *   [Profile](https://wordpress.org/support/users/laballo/)
 *   [Topics Started](https://wordpress.org/support/users/laballo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/laballo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/laballo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/laballo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/laballo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/laballo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Nginx Type octet-stream instead of webp and avif](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/#post-15629237)
 * Hi Mateus,
    yes I have set the mime:types image/webp .webp image/avif .avif image/
   avif-sequence .avifs on my server settings
 * The Support from my Server can’t find a solution how to get it work.
 * when I put this in my configuration
 *     ```
       # BEGIN WebP Converter for Media
       set $ext_avif ".avif";
       if ($http_accept !~* "image/avif") {
           set $ext_avif "";
       }
       ......
       ```
   
 * it didn´t work
 * when I remove the above code it works with Brave Browser, Firefox and I can see
   the loading of avif images.
 * I try to find anyone who can make it correct for me
    Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Nginx Type octet-stream instead of webp and avif](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/#post-15590731)
 * Hi Mateusz, sorry for the late feedback. I have written to the server support
   again. I know the problem is not with the plugin but one more question and that
   is the Nginx statement from the FAQ server {
 * # BEGIN WebP Converter
    set $ext_avif “.avif”; ….. **have to be set up for it
   to work?**
 * I hope, since I have seen that many requests have something to do with the server
   settings and not with the plugin, that you can help me there.
 * Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Nginx Type octet-stream instead of webp and avif](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/#post-15577654)
 * Hi- Great thanks for response!
    by chance I discovered the following – I have
   the Pro version and in the backend under the selection _conversion method_ is
   automatically activated _Remote server_. And if I now under the NGINX statement,
   the suggested statement from the FAQs
 *     ```
       # BEGIN WebP Converter
       set $ext_avif ".avif";
       if ($http_accept !~* "image/avif") {
       	set $ext_avif "";
       }
   
       set $ext_webp ".webp";
       if ($http_accept !~* "image/webp") {
       	set $ext_webp "";
       }
   
       location ~ /wp-content/(?<path>.+)\.(?<ext>jpe?g|png|gif|webp)$ {
       	add_header Vary Accept;
       	add_header Cache-Control "private" always;
       	expires 365d;
       	try_files
       	/wp-content/uploads-webpc/$path.$ext$ext_avif
       	/wp-content/uploads-webpc/$path.$ext$ext_webp
       	$uri =404;
       }
       # END WebP Converter
       ```
   
 * removable!
    so I take out the recommended NGINX presence, everything works and
   the avif file type is displayed.
 * is it because of this that I don’t need an additional NGINX statement that it
   runs over remote server?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Converter for Media - Optimize images | Convert WebP & AVIF] Nginx Type octet-stream instead of webp and avif](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/nginx-type-octet-stream-instead-of-webp-and-avif/#post-15577202)
 * Hello thank you very much for the quick support- thank you. I have already been
   in contact with the support – unfortunately no quick solution can be found from
   there. Maybe one more question- if I change the NGINX instructions do I have 
   to convert all images again?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Germanized for WooCommerce] Schnittstelle zu sevDesk?](https://wordpress.org/support/topic/schnittstelle-zu-sevdesk/)
 *  [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/schnittstelle-zu-sevdesk/#post-9935794)
 * Hallo, würde mich auch sehr interessieren wann es soweit ist.
 * Danke
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Solution for Cache Plugin Cache Enabler (KeyCDN)](https://wordpress.org/support/topic/solution-for-cache-plugin-cache-enabler-keycdn/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/solution-for-cache-plugin-cache-enabler-keycdn/#post-9372224)
 * hi Lester, thanks for answer (you have the fastest Support!!!) Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Use Schema.org for LocalBusiness](https://wordpress.org/support/topic/use-schema-org-for-localbusiness/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/use-schema-org-for-localbusiness/#post-9197006)
 * Hi Lester,
    thanks for answer. i found a solution to do this, i modify the wp-
   postratings and it works when i test it on google- but look for a dev so he can
   make it per functions.php – than its not override after update.
 * Thank you Lester for your fast support!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Change itemprop description with WPSEO description](https://wordpress.org/support/topic/change-itemprop-description-with-wpseo-description/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/change-itemprop-description-with-wpseo-description/#post-9052214)
 * thank you lester,
    and thanks for the great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Change itemprop description with WPSEO description](https://wordpress.org/support/topic/change-itemprop-description-with-wpseo-description/)
 *  Thread Starter [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/change-itemprop-description-with-wpseo-description/#post-9052202)
 * Hi Lester- thats the fastest support!!!!!,
    thank you for answer. So i change
   $post_excerpt to $post_content ?
 * thank you lester
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Anchor link within Product Page](https://wordpress.org/support/topic/anchor-link-within-product-page/)
 *  [laballo](https://wordpress.org/support/users/laballo/)
 * (@laballo)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/anchor-link-within-product-page/#post-6542159)
 * Hi Mike Moore,
    lieben Dank für diesen Tipp! Thank you

Viewing 10 replies - 1 through 10 (of 10 total)