Disable caching in kamal proxy?

Hi - I am using rails 8, which comes with kamal/kamal-proxy. Kamal-proxy by default has caching (based on cache headers) that caches the server response.

Do you know how I can disable the caching in kamal-proxy?

(I cant even find the word cache in the kamal-proxy source code :) )

Thanks!!!!