diff options
| author | cominch <dominic@luetjohann.com> | 2012-01-18 10:14:33 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2012-06-10 09:29:09 +0200 |
| commit | a32943b382e5d787ff4de923f6a9b0dc1609f144 (patch) | |
| tree | a47b33ba252136c2639909fc4d9ae3718bb5c865 /defaults/httpd.mime | |
| parent | 3b992e6b007dbdb2f61c0938f74a5d41926aa284 (diff) | |
add json mimetype
Diffstat (limited to 'defaults/httpd.mime')
| -rw-r--r-- | defaults/httpd.mime | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/defaults/httpd.mime b/defaults/httpd.mime index cbcfcc2d9..c1b16a856 100644 --- a/defaults/httpd.mime +++ b/defaults/httpd.mime @@ -41,6 +41,7 @@ jpe = image/jpeg jpeg = image/jpeg
jpg = image/jpeg
js = text/javascript
+json = application/json
jsp = text/html
kml = application/vnd.google-earth.kml+xml
lha = application/x-lzh
|
