diff --git a/_includes/footer.html b/_includes/footer.html index cdeaf27..69011ff 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -5,4 +5,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/nginx.conf b/nginx.conf index 1b44054..3e9785b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,7 +18,7 @@ server { # Caching fuer Bilder und Assets location ~* \.(jpg|jpeg|png|gif|svg|ico|css|js|woff|woff2|ttf|eot|otf|webp)$ { expires 30d; - add_header Cache-Control "public, immutable"; + add_header Cache-Control "public, no-cache"; } # SPA-Fallback