agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 8b418ea09fdffadf5d587e6c9f66dfc632446ad1
parent 2b5125f517b3039a5c8255142087cbb6cd269c50
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Fri, 20 Nov 2020 14:46:50 -0800

Fix typo in README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -41,7 +41,7 @@ When a client requests the URL `gemini://example.com/foo/bar`, Agate will respon Optionally, set a log level via the `AGATE_LOG` environment variable. Logging is powered by the [env_logger crate](https://crates.io/crates/env_logger): ``` -AGATE_LOG=info 0.0.0.0:1965 path/to.content/ cert.pem key.rsa +AGATE_LOG=info 0.0.0.0:1965 path/to/content/ cert.pem key.rsa ``` [Gemini]: https://gemini.circumlunar.space/