Final adjustments
This commit is contained in:
parent
fd72dc14c9
commit
20f98aefd5
2 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
# ausfuehrbar sein.
|
# ausfuehrbar sein.
|
||||||
|
|
||||||
/usr/local/bin/wget-dwd 2>/dev/null
|
/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,
|
# Soll statt dwd-warnings dwd-cap-warnings verwendet werden,
|
||||||
# hier das Kommentarzeichen entfernen und dafuer eines vor
|
# hier das Kommentarzeichen entfernen und dafuer eines vor
|
||||||
|
@ -18,4 +18,7 @@
|
||||||
# ersetzen und das Kommentarzeichen entfernen.
|
# ersetzen und das Kommentarzeichen entfernen.
|
||||||
/usr/local/bin/dwd-mosmix --config=/data/weewx.conf --daily --hourly K1174 2>/dev/null >/dev/null
|
/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
|
exit 0
|
||||||
|
|
|
@ -39,10 +39,6 @@ http {
|
||||||
expires modified 120s;
|
expires modified 120s;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~* \.(png)$ {
|
|
||||||
expires 12h;
|
|
||||||
}
|
|
||||||
|
|
||||||
location ~* \.(js|css)$ {
|
location ~* \.(js|css)$ {
|
||||||
expires modified 1h;
|
expires modified 1h;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue