summarylogtreecommitdiffstats
path: root/conf.xml
blob: 4f296cbb2066ffac0cecabdc43e8aa00788d15f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>