From 79c950ff86af6684d8f4cf8da7633f6481822b21 Mon Sep 17 00:00:00 2001 From: Olivier Date: Fri, 13 Oct 2023 20:17:13 +0200 Subject: [PATCH] wrong caching settings --- conf/piped/api.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/piped/api.conf b/conf/piped/api.conf index 098a124..d72ebfb 100644 --- a/conf/piped/api.conf +++ b/conf/piped/api.conf @@ -10,11 +10,6 @@ server { aio threads=default; - location ~* \.(jpg|jpeg|png|gif|ico)$ { - expires 30d; - add_header Cache-Control "public, no-transform"; - } - location / { aio threads=default; proxy_cache pipedapi;