diff options
author | 2006-03-26 19:18:01 +0000 | |
---|---|---|
committer | 2006-03-26 19:18:01 +0000 | |
commit | 4a00ca4d11a142620cf8292193f2382b734d2c61 (patch) | |
tree | 8ee489579ffaf72e35136f30fd097b2157e8a517 | |
parent | nat, rdr, binat and scrub are valid pf actions to filter on (diff) | |
download | wireguard-openbsd-4a00ca4d11a142620cf8292193f2382b734d2c61.tar.xz wireguard-openbsd-4a00ca4d11a142620cf8292193f2382b734d2c61.zip |
add mime type for atom
From: "Alex Holst" <a@mongers.org>
"It's the brave new world of rss/atom feeds. It's what the kids want."
-rw-r--r-- | usr.sbin/httpd/conf/mime.types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/httpd/conf/mime.types b/usr.sbin/httpd/conf/mime.types index 0e8d156b147..7ac98482c80 100644 --- a/usr.sbin/httpd/conf/mime.types +++ b/usr.sbin/httpd/conf/mime.types @@ -13,6 +13,7 @@ application/activemessage application/andrew-inset ez application/applefile application/atomicmail +application/atom+xml atom application/batch-smtp application/beep+xml application/cals-1840 |