mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-07 18:30:27 +00:00
update setup seafile script
remove fastcgi = false and host = 0.0.0.0 from seafdav.conf
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user