Is there a way to configure the Expires header for the results? I edited Controller.js to add the header: ``` response.setHeader('Expires', new Date(+new Date() + 86400000).toUTCString()); ``` but this would be nice to set in the config.json. The Expires header is needed for Apache mod_cache.