From 2b4e6cfa1f4079057f8d0f54a32d4d1f6fc90cf7 Mon Sep 17 00:00:00 2001 From: Paul Blacknell Date: Thu, 15 Dec 2022 22:56:36 +0000 Subject: [PATCH] Update docs/docs/guides/reverse_proxy.md Co-authored-by: Nicolas Mowen --- docs/docs/guides/reverse_proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/reverse_proxy.md b/docs/docs/guides/reverse_proxy.md index 8f2751329..df7a65b5a 100644 --- a/docs/docs/guides/reverse_proxy.md +++ b/docs/docs/guides/reverse_proxy.md @@ -15,7 +15,7 @@ The suggested steps are: A reverse proxy can be used to secure access to an internal webserver but the user will be entirely reliant on the steps they have taken. You must ensure you are following security best practices. This page does not attempt to outline the specific steps needed to secure your internal website. -Please use your own knowledge to assess and vet them before you install anything on your system. +Please use your own knowledge to assess and vet the reverse proxy software before you install anything on your system. ::: There are several technologies available to implement reverse proxies. This document currently suggests one, using Apache2,