Archived
1
0
Fork 0

dwd: Adjust cache

This commit is contained in:
Daniel Kempkens 2023-01-01 13:13:49 +01:00
parent 3d84a272f4
commit 4de6ddd54b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -45,7 +45,7 @@ http {
location ~ ^/dwd/(icons|warn_icons)/ {
root /home/weewx/public_html;
expires 12h;
expires 1h;
}
}
}