summaryrefslogtreecommitdiffstats
path: root/usr/local/etc/gmid.conf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/etc/gmid.conf')
-rw-r--r--usr/local/etc/gmid.conf24
1 files changed, 0 insertions, 24 deletions
diff --git a/usr/local/etc/gmid.conf b/usr/local/etc/gmid.conf
deleted file mode 100644
index cf7b293..0000000
--- a/usr/local/etc/gmid.conf
+++ /dev/null
@@ -1,24 +0,0 @@
-# drop privileges
-user "_gmid"
-
-# it's a good idea to enable chroot, but
-# beware that can make CGI scripting harder
-#chroot "/var/gemini"
-
-# An example of a server block:
-server "jozanofastora.xyz" {
- # set the directory to serve; it's relative to the
- # chroot (if enabled)
- root "/usr/local/gemini"
-
- # Set self-signed TLS cert and key. It's better to keep
- # the keys outside the chroot.
- #
- # You should generate them manually, for example:
- # openssl req -x509 -newkey rsa:4096 -nodes \
- # -out /usr/local/etc/ssl/gmid/localhost.crt \
- # -keyout /usr/local/etc/ssl/gmid/localhost.key \
- # -subj "/CN=localhost"
- cert "/usr/local/etc/letsencrypt/live/jozanofastora.xyz/cert.pem"
- key "/usr/local/etc/letsencrypt/live/jozanofastora.xyz/privkey.pem"
-}