Archived
1
0
Fork 0

Final adjustments

This commit is contained in:
Daniel Kempkens 2022-12-23 00:58:22 +01:00
parent fd72dc14c9
commit 20f98aefd5
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 4 additions and 5 deletions

View file

@ -7,7 +7,7 @@
# ausfuehrbar sein.
/usr/local/bin/wget-dwd 2>/dev/null
#/usr/local/bin/dwd-warnings 2>/dev/null >/dev/null
/usr/local/bin/dwd-warnings 2>/dev/null >/dev/null
# Soll statt dwd-warnings dwd-cap-warnings verwendet werden,
# hier das Kommentarzeichen entfernen und dafuer eines vor
@ -18,4 +18,7 @@
# ersetzen und das Kommentarzeichen entfernen.
/usr/local/bin/dwd-mosmix --config=/data/weewx.conf --daily --hourly K1174 2>/dev/null >/dev/null
# BBK
/usr/local/bin/bbk-warnings --config=/data/weewx.conf 2>/dev/null >/dev/null
exit 0

View file

@ -39,10 +39,6 @@ http {
expires modified 120s;
}
location ~* \.(png)$ {
expires 12h;
}
location ~* \.(js|css)$ {
expires modified 1h;
}