From 9ff4c23759cc5c241395cb2eeaeb53f70f017ac5 Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Sun, 12 Dec 2021 13:29:23 +0100 Subject: [PATCH] Update apache2 `ProxyPassReverse` should also end with a slash (`/`) --- docs/rest_api/apache2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rest_api/apache2 b/docs/rest_api/apache2 index e6fb6759..9aadfd24 100644 --- a/docs/rest_api/apache2 +++ b/docs/rest_api/apache2 @@ -15,6 +15,6 @@ Listen 5000 ProxyRequests off ProxyPass / http://[::1]:5001/ - ProxyPassReverse / http://[::1]:5001 + ProxyPassReverse / http://[::1]:5001/ ProxyPreserveHost on