From 18ec72dfff6ef1080369885a3493bff6258ead24 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Thu, 30 Mar 2017 15:02:46 +0200 Subject: [PATCH] kippo-graph: remove image caching --- kippo-graph/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kippo-graph/nginx.conf b/kippo-graph/nginx.conf index 8c18d58..100f66a 100644 --- a/kippo-graph/nginx.conf +++ b/kippo-graph/nginx.conf @@ -56,11 +56,6 @@ http { root /kippo-graph; index index.php index.html; - location ~* \.(jpg|jpeg|gif|css|png|js|map|woff|woff2|ttf|svg|eot)$ { - expires 30d; - access_log off; - } - location ~ ^/(data|cfg|tmp) { deny all; }