-
Notifications
You must be signed in to change notification settings - Fork 109
Enable webp will prevent image cached in result_storage #54
Comments
Thanks for report the issue @rualatngua . |
We will have to implement a webp use case in nginx: |
Implemented a way to do the webp cache in nginx in the branch 6.2.0b. Now, thumbor-nginx is smart enough to know if the browser allows webp, and use the correct directory cache (webp or not) or do the failover to thumbor. @rualatngua You can found the tag 6.2.0b in the docker hub to test it! You need to include the AUTO_WEBP=True envvar to thumbor-nginx too! |
👏 👏 👏 |
Thank @eduherraiz. Let me try 6.2.2b in a few days and back to you soon. |
Available in 6.2.0b version |
I noticed that after enable AUTO_WEBP=True then image don't auto save to result_storage folder. Here is my docker-compose.yml config
Not sure if its related to this issue Webp from result_storage is not setting Vary header #731
.
The text was updated successfully, but these errors were encountered: