mention the reverse proxying

This commit is contained in:
Omar Polo 2021-12-29 20:53:22 +00:00
parent 6a6b4a2a98
commit c3eb759a79
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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>