From c3eb759a7906ba3661eff53a1eb660b768316723 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Wed, 29 Dec 2021 20:53:22 +0000 Subject: [PATCH] mention the reverse proxying --- README.md | 1 + site/index.gmi | 1 + site/index.html | 1 + 3 files changed, 3 insertions(+) diff --git a/README.md b/README.md index a214373..cbb8d83 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ featureful server. - automatic redirect/error pages (see `block return`) - IRI support (RFC3987) - automatic certificate generation for config-less mode + - reverse proxying - CGI and FastCGI support - virtual hosts - location rules diff --git a/site/index.gmi b/site/index.gmi index 2a9bc7e..7d72f0f 100644 --- a/site/index.gmi +++ b/site/index.gmi @@ -11,6 +11,7 @@ * sandboxed by default on OpenBSD, FreeBSD and Linux * able to reload the configuration on-the-fly without loosing connections * punycode and IRI support +* reverse proxying * CGI and FastCGI support * virtual hosts and per-location rules * low memory footprint diff --git a/site/index.html b/site/index.html index d1cef8b..b216a5e 100644 --- a/site/index.html +++ b/site/index.html @@ -137,6 +137,7 @@
  • sandboxed by default on OpenBSD, FreeBSD and Linux
  • able to reload the configuration on-the-fly without loosing connections
  • punycode and IRI support
  • +
  • reverse proxying
  • CGI and FastCGI support
  • virtual hosts and per-location rules
  • low memory footprint