no cache for apk
This commit is contained in:
+2
-2
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user