Update docs/docs/guides/reverse_proxy.md

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Paul Blacknell 2022-12-15 22:58:01 +00:00 committed by GitHub
parent 900fd59032
commit 46003d8203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ Please use your own knowledge to assess and vet the reverse proxy software befor
There are several technologies available to implement reverse proxies. This document currently suggests one, using Apache2, There are several technologies available to implement reverse proxies. This document currently suggests one, using Apache2,
and the community is invited to document others through a contribution to this page. and the community is invited to document others through a contribution to this page.
## Apache2 Reverse Proxy ## Apache2 Reverse Proxy
In the configuration examples below, only the directives relevant to the reverse proxy approach above are included. In the configuration examples below, only the directives relevant to the reverse proxy approach above are included.