I have a small problem. Some browsers are not downloading the \".apk\" files correctly. How to download \".apk\" as \".apk\"? (not as \".zip\") Some browsers are convert the
This worked for me -
It's a known issue but easy to fix.
Login to the Web server using SSH
Verify that the apk mime doesn't exist in nginx mime.types by running:
cat /etc/nginx/mime.types
nano /etc/nginx/mime.types
/etc/init.d/nginx restart