no cache for apk

This commit is contained in:
2026-06-22 21:29:23 +07:00
parent 8068f8910b
commit d40815b858
+2 -2
View File
@@ -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 / {