My old htaccess settings would serve a webp image if the extension was .webp or .jpg.webp if the file name was the same as the requested jpg. Would there be a way to configure nginx to do the same thing? With the current config it only seems to send a webp file if the extension ends in .jpg.webp. Thanks!