hi, is there any way for if-else like condition or better alternate way to write this below condition
@cache not path /index.html /version.json
@not-cache path /index.html /version.json
header @cache Cache-Control "public, max-age=31536000, immutable"
header @not-cache Cache-Control "no-cache"
thanks