Seafile 社区版 11.0.2 和 SeaDoc 0.3 可以测试了!

因为你自定义了端口号,所以最优的解决方法是修改一下 nginx 的配置,把 8899 端口加入到 host 中:

    location / {
        ...
        proxy_set_header Host $host:8899;
        ....