aboutsummaryrefslogtreecommitdiff
path: root/gmid/README
diff options
context:
space:
mode:
Diffstat (limited to 'gmid/README')
-rw-r--r--gmid/README12
1 files changed, 4 insertions, 8 deletions
diff --git a/gmid/README b/gmid/README
index cbd4fdc..87646b7 100644
--- a/gmid/README
+++ b/gmid/README
@@ -1,12 +1,8 @@
-gmid is a server for the Gemini protocol. It has various features, among which
-Capsicum support and a "config-less" mode akin to "python -m http.server" to
-quickly serve local directories from the shell.
+It can serve static files, has optional FastCGI and proxying support,
+and a rich configuration syntax.
-This setup differs from the project's standard by avoiding to run the service
-as root. It comes at the cost of not supporting 'chroot'.
-
-To have the gmid daemon start and stop with your host,
-add to /etc/rc.d/rc.local:
+To have the gmid daemon start and stop with your host, add to
+/etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.gmid ]; then
/etc/rc.d/rc.gmid start