File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -124,11 +124,13 @@ Options -MultiViews
124
124
AddType audio/mp4 m4a f4a f4b
125
125
AddType audio/ogg oga ogg opus
126
126
127
+ # Data interchange
128
+ AddType application/json json map
129
+
127
130
# JavaScript
128
131
# Normalize to standard type (it's sniffed in IE anyways):
129
132
# http://tools.ietf.org/html/rfc4329#section-7.2
130
133
AddType application/javascript js
131
- AddType application/json json
132
134
133
135
# Video
134
136
AddType video/mp4 f4v f4p m4v mp4
Original file line number Diff line number Diff line change 1
1
### HEAD
2
2
3
+ * Serve source map files with the ` application/json ` Content-Type.
3
4
* Make ` RewriteCond ` s for ` example.com → www.example.com ` more permissive
4
5
([ #11 ] ( https://github.com/h5bp/server-configs-apache/issues/11 ) ).
5
6
* Add configs for Ogg Opus audio files
You can’t perform that action at this time.
0 commit comments