1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-29 11:52:58 +00:00

Merge pull request #487 from haiwen/setup-script

update setup seafile script
This commit is contained in:
Daniel Pan 2021-08-25 15:11:09 +08:00 committed by GitHub
commit c8f93b4259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

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

View File

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