blob: 2798695429517ba53cce3c7f6846522120992bd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
<% 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 %>
[sslcerts]
comment = TLS certificates
path = /etc/ssl
read only = yes
list = yes
hosts allow = <%= $allow %>
|