wrong caching settings

This commit is contained in:
Olivier 2023-10-13 20:17:26 +02:00
parent 79c950ff86
commit 80f7f6a563

View File

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