diff options
author | JoeServ <bousset.rudy@gmail.com> | 2023-02-27 15:41:41 +0100 |
---|---|---|
committer | JoeServ <bousset.rudy@gmail.com> | 2023-02-27 15:41:41 +0100 |
commit | 9208846b5747abcd08792605511a1dd1ab457ccf (patch) | |
tree | 4a4ca4dc60f12272c864a230f2f18519fd607ecf /usr/local/etc/gmid.conf | |
parent | update (diff) | |
download | joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.gz joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.bz2 joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.xz joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.tar.zst joe-conf-9208846b5747abcd08792605511a1dd1ab457ccf.zip |
Jail rework
Diffstat (limited to 'usr/local/etc/gmid.conf')
-rw-r--r-- | usr/local/etc/gmid.conf | 24 |
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" -} |