summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-02 11:31:39 +0300
committerPaul Buetow <paul@buetow.org>2025-10-02 11:31:39 +0300
commit100c1e6fd4661293333b689b75b364fc07dc2bf4 (patch)
tree701de616919066d71c664409f50589f8d2e1c936 /gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl
parent2b034797107660d4d83f8a7acdc55d32db785b82 (diff)
Update content for md
Diffstat (limited to 'gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl')
-rw-r--r--gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl28
1 files changed, 0 insertions, 28 deletions
diff --git a/gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl b/gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl
deleted file mode 100644
index e9fe3cf8..00000000
--- a/gemfeed/examples/conf/frontends/etc/rsyncd.conf.tpl
+++ /dev/null
@@ -1,28 +0,0 @@
-<% 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 %>