summarylogtreecommitdiffstats
path: root/conf.xml
diff options
context:
space:
mode:
authorSergej Pupykin2020-05-23 02:47:17 +0300
committerSergej Pupykin2020-05-23 02:47:17 +0300
commita5d01fa65fc8c914888c70497cf03419b7b1a735 (patch)
tree735519e20657ddc2c0165c9638dbfffc95c5f991 /conf.xml
parent0c079a512db711c824d18e9eaa313582e1a9ce1a (diff)
downloadaur-a5d01fa65fc8c914888c70497cf03419b7b1a735.tar.gz
upd
Diffstat (limited to 'conf.xml')
-rw-r--r--conf.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf.xml b/conf.xml
new file mode 100644
index 000000000000..4f296cbb2066
--- /dev/null
+++ b/conf.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<server-config xmlns="http://couling.me/webdavd">
+ <server>
+ <listen>
+ <port>8080</port>
+ <encryption>none</encryption>
+ </listen>
+ <rap-binary>/usr/bin/rap</rap-binary>
+ <static-response-dir>/usr/share/webdavd</static-response-dir>
+ <chroot-path>~</chroot-path>
+ </server>
+</server-config>