可以看看我的为什么webdav开不开吗?

seafdav.conf

[WEBDAV]
enable=true
port=8080
fastcgi=false
share_name=/webdav

nginx 配置
server{
listen[::]8000;
······
······
location /webdav{
proxy_pass http://127.0.0.1:8080;
index index.html index.html;
}
}

没问题了,在本地用vnc可以打开,应该是我配置的IPV6的问题