From d40815b858ba376e24a40f5b640a743bb24e5ed5 Mon Sep 17 00:00:00 2001 From: sulthan Date: Mon, 22 Jun 2026 21:29:23 +0700 Subject: [PATCH] no cache for apk --- default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.conf b/default.conf index 8502fc0..c980570 100644 --- a/default.conf +++ b/default.conf @@ -25,8 +25,8 @@ server { location ~* \.apk$ { default_type application/vnd.android.package-archive; - expires 30d; - add_header Cache-Control "public"; + expires -1; + add_header Cache-Control "no-cache"; } location / {