wrong caching settings

This commit is contained in:
Olivier 2023-10-13 20:17:13 +02:00
parent 4d33028ed5
commit 79c950ff86

View File

@ -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;