Looks like you are using Apache for your webserver and it is setting the Cache-Control: max-age parameter to 30 days.
It's been a while since I've tinkered with Apache, but it seems that the ExpiresByType configuration option (brought in via mod_expires) is what you need to modify to fix this. It says this directive can go in a directory location, so something like this might work: <Directory "/var/www/htm/caserta"> ExpiresByType image/png M300 </Directory> -Chris On Tue, Jan 10, 2017 at 5:41 PM, Gianluca Pascarella < [email protected]> wrote: > Thank you, the link is matalunz.altervista.org/caserta/index.html i use > the default weewx engine, it's on line since few days, i have to study a > little bit to personalize something, waiting for you. Thank you again > > -- > You received this message because you are subscribed to the Google Groups > "weewx-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
