Update Apache Server Configs to v2.13.0

This commit is contained in:
Cătălin Mariș
2015-03-04 15:46:53 +02:00
parent 2a6bb8d219
commit c0de8e873a
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
### HEAD
* Update Apache Server Configs to v2.12.0.
* Update Apache Server Configs to v2.13.0.
### 5.0.0 (February 1, 2015)

5
dist/.htaccess vendored
View File

@@ -1,4 +1,4 @@
# Apache Server Configs v2.12.0 | MIT License
# Apache Server Configs v2.13.0 | MIT License
# https://github.com/h5bp/server-configs-apache
# (!) Using `.htaccess` files slows down Apache, therefore, if you have
@@ -217,7 +217,7 @@ Options -MultiViews
# </Files>
AddType application/x-web-app-manifest+json webapp
AddType text/cache-manifest appcache manifest
AddType text/cache-manifest appcache
# Media files
@@ -264,7 +264,6 @@ Options -MultiViews
AddType application/x-chrome-extension crx
AddType application/x-opera-extension oex
AddType application/x-xpinstall xpi
AddType text/html php
AddType text/vcard vcard vcf
AddType text/vnd.rim.location.xloc xloc
AddType text/vtt vtt

View File

@@ -1,6 +1,6 @@
{
"devDependencies": {
"apache-server-configs": "2.12.0",
"apache-server-configs": "2.13.0",
"archiver": "^0.14.2",
"del": "^1.1.0",
"glob": "^4.2.1",