kippo-graph: remove image caching

This commit is contained in:
Wonderfall 2017-03-30 15:02:46 +02:00
parent 728cd61a70
commit 18ec72dfff
No known key found for this signature in database
GPG Key ID: 3117B26B968A8F33

View File

@ -56,11 +56,6 @@ http {
root /kippo-graph; root /kippo-graph;
index index.php index.html; 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) { location ~ ^/(data|cfg|tmp) {
deny all; deny all;
} }