From 20f98aefd510f6dd3ff88b278b5904c6823c0e94 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Fri, 23 Dec 2022 00:58:22 +0100 Subject: [PATCH] Final adjustments --- defaults/cron/dwd | 5 ++++- defaults/nginx.conf | 4 ---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/defaults/cron/dwd b/defaults/cron/dwd index 8ccedf5..c7d0ba8 100644 --- a/defaults/cron/dwd +++ b/defaults/cron/dwd @@ -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 diff --git a/defaults/nginx.conf b/defaults/nginx.conf index 53bcff7..a3ef362 100644 --- a/defaults/nginx.conf +++ b/defaults/nginx.conf @@ -39,10 +39,6 @@ http { expires modified 120s; } - location ~* \.(png)$ { - expires 12h; - } - location ~* \.(js|css)$ { expires modified 1h; }