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;