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:
commit
c8f93b4259
@ -1209,7 +1209,6 @@ class SeafDavConfigurator(AbstractConfigurator):
|
|||||||
[WEBDAV]
|
[WEBDAV]
|
||||||
enabled = false
|
enabled = false
|
||||||
port = 8080
|
port = 8080
|
||||||
fastcgi = false
|
|
||||||
share_name = /
|
share_name = /
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user