File tree Expand file tree Collapse file tree 5 files changed +178
-175
lines changed Expand file tree Collapse file tree 5 files changed +178
-175
lines changed Original file line number Diff line number Diff line change
1
+ ### 2.15.0 (October 8, 2017)
2
+
3
+ * Serve ` .md ` and ` .markdown ` files as ` text/markdown `
4
+ [[ bfcafd3] ( https://github.com/h5bp/server-configs-apache/commit/bfcafd36b42f8118306ce3f9c17d6463692b4be0 )] .
5
+ * Add font MIME types per RFC 8081
6
+ [[ 20b446e] ( https://github.com/h5bp/server-configs-apache/commit/20b446e2ad6e1eec68b50277a894876e41395403 )] .
7
+ * Mark ` .mjs ` files as JavaScript
8
+ [[ c00975c] ( https://github.com/h5bp/server-configs-apache/commit/c00975c74bde80175684314c883c09ab04b5bccc )] .
9
+ * Add calendar filetype (` .ics ` )
10
+ [[ 002a110] ( https://github.com/h5bp/server-configs-apache/commit/002a110bf35c25af66ab09ef1bd724ece5fd8266 )] .
11
+ * Block Mercurial ` .orig ` files
12
+ [[ 4c13648] ( https://github.com/h5bp/server-configs-apache/commit/4c1364885477e836fec24a6d8330cba69cf3d3a0 )] .
13
+ * Fix enforcing www/no-www with HTTPS
14
+ [[ fc747bb] ( https://github.com/h5bp/server-configs-apache/commit/fc747bbdf0a0c224ec08d8b925f33671e4d5046d )] .
15
+ * Drop Bower support
16
+ [[ ee6cd75] ( https://github.com/h5bp/server-configs-apache/commit/ee6cd751f0b907239a032ec5477ee3bfbc2bc570 )] .
17
+ * Fix HTTPS enforcement rule
18
+ [[ 11e523d] ( https://github.com/h5bp/server-configs-apache/commit/11e523d10ad8bb604fe692ec8d1fd40adc0010fa )] .
19
+ * Improve inline comments.
20
+
1
21
### 2.14.0 (April 4, 2015)
2
22
3
23
* Update the web app manifest file related configs
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ even cross-domain.
13
13
14
14
There are a few options for getting the Apache server configs:
15
15
16
- * Download the [ zip archive] ( https://github.com/h5bp/server-configs-apache/archive/2.14 .0.zip )
16
+ * Download the [ zip archive] ( https://github.com/h5bp/server-configs-apache/archive/2.15 .0.zip )
17
17
* Install them via [ npm] ( https://www.npmjs.com/ ) :
18
18
` npm install --save-dev apache-server-configs `
19
19
Original file line number Diff line number Diff line change 1
- # Apache Server Configs v2.14 .0 | MIT License
1
+ # Apache Server Configs v2.15 .0 | MIT License
2
2
# https://github.com/h5bp/server-configs-apache
3
3
4
4
# (!) Using `.htaccess` files slows down Apache, therefore, if you have
You can’t perform that action at this time.
0 commit comments