SYSTEM INFORMATION | |
---|---|
OS type and version | Ubuntu 20.04 |
Virtualmin version | 7.10 |
I have an incorrect Cache-Control header set on all my websites. To change it I added this to Web Configuration > Configure SSL Website
Header set Cache-Control "private"
After that I got 2 headers in my network logs.
So I thought, the old header must’ve been added by another config file in apache. I searched all the files in /etc/apache2/ with grep -r -H "Cache-Control" *
but got no results. Can someone tell me where this original header is being added from?