Question
Plesk Seafile extension is installed and enabled for a domain in Plesk.
How to configure WebDAV connections to Seafile storage on this domain?
Answer
-
Connect to a Plesk server via SSH.
-
Open domain’s Seafile configuration file
seafdav.conf
in a text editor. In this example, we are using the vi editor:# vi /var/www/vhosts/example.com/seafile/conf/seafdav.conf
-
Change the content as follows except port number:
[WEBDAV]
enabled = true
port = 8002
fastcgi = true
share_name = /seafdav -
Save the changes and close the file.
-
Restart the main Seafile process:
# service [email protected] restart
Â
Now, WebDAV connections are ready. To connect to Seafile storage, use example.com/seafdav with port 80. To connect via a web-browser, go to https://example.com/seafdav.