diff --git a/docs/docs/guides/reverse_proxy.md b/docs/docs/guides/reverse_proxy.md index 811c4e375..26ca1f825 100644 --- a/docs/docs/guides/reverse_proxy.md +++ b/docs/docs/guides/reverse_proxy.md @@ -62,9 +62,6 @@ This Apache2 configuration snippet then results in unencrypted requests being re RewriteCond %{SERVER_NAME} =cctv.mydomain.co.uk RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] -``` -### Step 3: Authenticate users at the proxy -There are many ways to authenticate a website but a simple straightforward approach is to use [Apache2 password files](https://httpd.apache.org/docs/2.4/howto/auth.html). ```xml