From: seven Date: Sun, 27 Sep 2020 23:56:54 +0000 (+0100) Subject: Add hosts and default index file X-Git-Url: https://git.mckillop.org/gitweb/?a=commitdiff_plain;h=fc3eff8394935ac41b105dba9e2a78daf54d74c8;p=gemini-php Add hosts and default index file --- diff --git a/hosts/default/index.gemini b/hosts/default/index.gemini new file mode 100644 index 0000000..42a6f24 --- /dev/null +++ b/hosts/default/index.gemini @@ -0,0 +1,13 @@ +# Success! +Your Gemini server is up and running! + +You can read more about this server at +=> gemini://glasgow.social/gemini-php + +Join the community on Matrix at #gemini-php:glasgow.social + +## Getting Started +Let's take 'gemini.com' as an example. +* Generate a certificate and place it in the 'certs' directory named gemini.com.pem +* Create a directory to server files from in the 'hosts' directory named gemini.com (e.g. mkdir hosts/gemini.com) +* A file called index.gemini will be served if you haven't specified a path (this file is located at hosts/default/index.gemini)