1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-22 11:39:05 +00:00

Merge branch '8.0'

This commit is contained in:
caixiangyue
2021-09-26 11:09:02 +08:00
11 changed files with 64 additions and 4 deletions

View File

@@ -1209,7 +1209,6 @@ class SeafDavConfigurator(AbstractConfigurator):
[WEBDAV]
enabled = false
port = 8080
fastcgi = false
share_name = /
'''

View File

@@ -349,8 +349,6 @@ function gen_seafdav_conf () {
[WEBDAV]
enabled = false
port = 8080
fastcgi = false
host = 0.0.0.0
share_name = /
EOF
); then