Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
The content-type (aka. Mime Type) used for WebP images is image/webp, but my LAMP app is sending text/plain.
Is there somewhere I can manage the mime types?
@romfeo you can add it in apache config or htaccess - https://docs.cloudron.io/apps/lamp/#apache-settings
I guess something like :
<Files *.webp> AddType image/webp .webp </Files>
Many examples here : https://www.keycdn.com/support/optimus/configuration-to-deliver-webp