summaryrefslogtreecommitdiff
path: root/frontends/etc/rsyncd.conf.tpl
blob: 693d6c51da0137bfad30a5fc6c371b80229a744d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<% my $allow = '*.buetow.org,localhost'; %>
max connections = 5
timeout = 300

[publicgemini]
comment = Public Gemini capsule content
path = /var/gemini
read only = yes
list = yes
uid = www
gid = www
hosts allow = <%= $allow %>

[publichttp]
comment = Public HTTP content
path = /var/www/htdocs
read only = yes
list = yes
uid = www
gid = www
hosts allow = <%= $allow %>