From a857eb82ec9c4a79ad5e41462e2ab82c2660982e Mon Sep 17 00:00:00 2001 From: Kumar Date: Tue, 23 Nov 2021 09:59:08 -0500 Subject: initial commit --- roles/seafile_non_docker/templates/seafdav.conf.j2 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 roles/seafile_non_docker/templates/seafdav.conf.j2 (limited to 'roles/seafile_non_docker/templates/seafdav.conf.j2') diff --git a/roles/seafile_non_docker/templates/seafdav.conf.j2 b/roles/seafile_non_docker/templates/seafdav.conf.j2 new file mode 100644 index 0000000..54712a1 --- /dev/null +++ b/roles/seafile_non_docker/templates/seafdav.conf.j2 @@ -0,0 +1,6 @@ +[WEBDAV] +enabled = true +port = 8080 +fastcgi = false +host = 127.0.0.1 +share_name = /seafdav -- cgit v1.2.3