You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there aren't too much directories under /var/www/live/pub, maybe you can use IMG_MAP config to specify paths, more info can be seen at https://docs.webp.sh/usage/multipath/
Is it possible to exclude certain folders?
My config has;
{
"HOST": "127.0.0.1",
"PORT": "3333",
"QUALITY": "80",
"IMG_PATH": "/var/www/live/pub",
"EXHAUST_PATH": "/var/www/webpcache",
"IMG_MAP": {},
"ALLOWED_TYPES": ["jpg","png","jpeg","bmp","svg","heic","nef"],
"ENABLE_AVIF": false,
"ENABLE_EXTRA_PARAMS": false
"READ_BUFFER_SIZE": 4096,
"CONCURRENCY": 262144,
"DISABLE_KEEPALIVE": false
}
But id like it to exclude images that live in /var/www/live/pub/some-folder
Is this possible?
The text was updated successfully, but these errors were encountered: