From 80f7f6a563d55d298549bc004c41eecabc08ebca Mon Sep 17 00:00:00 2001 From: Olivier Date: Fri, 13 Oct 2023 20:17:26 +0200 Subject: [PATCH] wrong caching settings --- conf/piped/frontend.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/piped/frontend.conf b/conf/piped/frontend.conf index 3854646..e9c9e26 100644 --- a/conf/piped/frontend.conf +++ b/conf/piped/frontend.conf @@ -8,11 +8,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_pass $backend;