Nginx OPTIONS method support

I configured nginx with webdav support. After I try to use davfs access
log shows that method is not allowed. Do you plan to support HTTP
OPTIONS method?

Mount command:

mount -t davfs -o

ro,nosuid,nodev,noexec,noaskauth,uid=www-data,gid=www-data
http://server/data1 /tmp/data1
/sbin/mount.davfs: Mounting failed.
405 Not Allowed

access.log:
172.17.172.6 - - [13/Apr/2010:14:49:40 +0200] “OPTIONS /data1/ HTTP/1.1”
405 166 “-” “davfs2/1.3.3 neon/0.28.2”
172.17.172.6 - - [13/Apr/2010:14:49:57 +0200] “OPTIONS /data1/ HTTP/1.1”
405 166 “-” “davfs2/1.3.3 neon/0.28.2”
172.17.172.6 - - [13/Apr/2010:14:51:00 +0200] “OPTIONS /data1/ HTTP/1.1”
405 166 “-” “davfs2/1.3.3 neon/0.28.2”
172.17.172.6 - - [13/Apr/2010:14:51:34 +0200] “OPTIONS /data1/ HTTP/1.1”
405 166 “-” “davfs2/1.3.3 neon/0.28.2”

Posted at Nginx Forum: