Hi, I'm using a Bitnami AWS image (more specifically a Magento CE 1.9 one) and I'm trying to find the defaults file for Varnish. I've had a look at https://wiki.bitnami.com/Components/Varnish#How_to_change_the_configuration_file.3f and that explains where to find the "default.vcl" file but I'm pretty sure that's not the file I'm looking for.
I'm after the file that, in regular Linux distros, would be either /etc/default/varnish (Debian) or /etc/sysconfig/varnish (CentOS). According to http://stackoverflow.com/a/10907959/1493346 this is not an alternative to the .vcl file(s) but coexists with it/them.
The reason I'm looking for it is because I want to see what DAEMON_OPTS is set to, and potentially add or change one of the parameters.
I feel like I've looked everywhere! Please help....
Thanks
Doug