mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-08-17 21:25:47 +02:00
Update JSON file caching to expire immediately
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ http {
|
||||
}
|
||||
|
||||
location ~* \.json$ {
|
||||
expires 1w;
|
||||
expires epoch;
|
||||
}
|
||||
|
||||
location ~* \.pdf$ {
|
||||
|
||||
Reference in New Issue
Block a user