blob: e9fe3cf8fab2d80ca551dda5f586f4d738d91dc2 (
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 = '*.wg0.wan.buetow.org,*.wg0,localhost'; %>
max connections = 5
timeout = 300
[joernshtdocs]
comment = Joerns htdocs
path = /var/www/htdocs/joern
read only = yes
list = yes
uid = www
gid = www
hosts allow = <%= $allow %>
# [publicgemini]
# comment = Public Gemini capsule content
# path = /var/gemini
# 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 %>
|