Update JSON file caching to expire immediately

This commit is contained in:
alam00000
2026-08-14 15:20:43 +05:30
parent 706e74f084
commit ca95925de9
+1 -1
View File
@@ -119,7 +119,7 @@ http {
}
location ~* \.json$ {
expires 1w;
expires epoch;
}
location ~* \.pdf$ {