Changes between Version 7 and Version 8 of Mirroring


Ignore:
Timestamp:
Mar 2, 2016, 6:23:58 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

add mime type for icns

Legend:

Unmodified
Added
Removed
Modified
  • Mirroring

    v7 v8  
    167167    AddType application/x-xz .txz .xz
    168168    AddType application/zip .zip
     169    AddType image/icns .icns
    169170</Directory>
    170171<VirtualHost *:80>
     
    234235    application/x-xz txz xz;
    235236    application/zip zip;
     237    image/icns icns;
    236238}
    237239server {