diff options
author | 2010-11-29 12:43:54 +0000 | |
---|---|---|
committer | 2010-11-29 12:43:54 +0000 | |
commit | a2f63715df743089ebbea91f8fa57be5e53fb017 (patch) | |
tree | c2d33352a6af0219d4eb9a02a0f64873b067a27f | |
parent | use m_pulldown to get a contig view of the pfsync_header instead of (diff) | |
download | wireguard-openbsd-a2f63715df743089ebbea91f8fa57be5e53fb017.tar.xz wireguard-openbsd-a2f63715df743089ebbea91f8fa57be5e53fb017.zip |
add rss mime type; while here, use tabs instead of spaces in atom+xml type.
ok henning@
-rw-r--r-- | usr.sbin/httpd/conf/mime.types | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/conf/mime.types b/usr.sbin/httpd/conf/mime.types index e422c84b508..e5cd0235918 100644 --- a/usr.sbin/httpd/conf/mime.types +++ b/usr.sbin/httpd/conf/mime.types @@ -13,7 +13,7 @@ application/activemessage application/andrew-inset ez application/applefile application/atomicmail -application/atom+xml atom +application/atom+xml atom application/batch-smtp application/beep+xml application/cals-1840 @@ -75,6 +75,7 @@ application/rdf+xml rdf application/reginfo+xml application/remote-printing application/riscos +application/rss+xml rss application/rtf application/sdp application/set-payment |