diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 13:38:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 13:38:42 +0000 |
commit | edcd2fc03278ac8ff6c3cb1c98e33805ada8ce93 (patch) | |
tree | f17b6ac796d464a759e5ddb6e5eb3a64327d4c4f /community/seahub/seahub.confd | |
parent | bf4cf79b81f0ddb0c7c95b8d791ec48a2698f692 (diff) | |
download | aports-edcd2fc03278ac8ff6c3cb1c98e33805ada8ce93.tar.bz2 aports-edcd2fc03278ac8ff6c3cb1c98e33805ada8ce93.tar.xz |
community/seafile (and deps): move from main
Diffstat (limited to 'community/seahub/seahub.confd')
-rw-r--r-- | community/seahub/seahub.confd | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/seahub/seahub.confd b/community/seahub/seahub.confd new file mode 100644 index 0000000000..a72045dc1e --- /dev/null +++ b/community/seahub/seahub.confd @@ -0,0 +1,7 @@ +instance="default" + +seafile_user="seafile" +seafile_group="seafile" + +# to run seahub in fcgi mode uncomment the following line +#seafile_opts="--fastcgi --port 8500" |