diff options
author | Omar Polo <op@omarpolo.com> | 2021-12-29 20:53:22 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-12-29 20:53:22 +0000 |
commit | c3eb759a7906ba3661eff53a1eb660b768316723 (patch) | |
tree | 46ff300d88920a8c4124bd9ab3dfa44ce58e9951 /site | |
parent | 6a6b4a2a98c508d2714eb899c0a23d2087b6e683 (diff) |
mention the reverse proxying
Diffstat (limited to 'site')
-rw-r--r-- | site/index.gmi | 1 | ||||
-rw-r--r-- | site/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
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 @@ <li>sandboxed by default on OpenBSD, FreeBSD and Linux</li> <li>able to reload the configuration on-the-fly without loosing connections</li> <li>punycode and IRI support</li> + <li>reverse proxying</li> <li>CGI and FastCGI support</li> <li>virtual hosts and per-location rules</li> <li>low memory footprint</li> |