Nginx做下載時.ipa或.apk檔案的處理方法

來源:互聯網
上載者:User

最近app圖鑑上線後,添加了不少android和iphone的應用下載,但發現了一個問題:在使用nginx提供下載.ipa或.apk檔案時會出現以下問題:通過IE瀏覽器下載會出現替換副檔名為.zip;而使用Firefox瀏覽器下載則會出現流的形式,就是不會下載,而是以亂碼的形式瀏覽,顯然這都不是我們想要的。
下面我們先來瞭解下nginx下conf/mime.types內各類型檔案頭資訊:

text/vnd.sun.j2me.app-descriptor      jad;   application/java-archive              jar war ear;   application/x-java-archive-diff       jardiff;   application/vnd.android.package-archive apk;   application/vnd.ms-cab-compressed     cab;   application/octet-stream              bin exe dll;   application/vnd.symbian.install       sis;   x-epoc/x-sisx-app                     sisx;   application/iphone                    pxl ipa;   application/vnd.palm                  prc pdb;   application/vnd.webos.ipk             ipk;   application/vnd.rim.cod               cod;   application/mrp                       mrp;   x-nokia-widget                        wgz;   application/octet-stream              deb;  

目前許多提供下載.apk和.ipa的地方,用IE瀏覽器下載完後檔案自動變成了zip尾碼,導致無法使用,只要在nginx的conf/mime.typs內加上

application/vnd.android.package-archive apk;   application/iphone          pxl ipa;  

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.