From 53ffd3ef188a4f31faa96a4ad2db3e8e6af88a44 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 20 Jul 2020 09:50:52 +0530 Subject: [PATCH] Fix #1888174 [Documentation update needed for Apache Proxy support](https://bugs.launchpad.net/calibre/+bug/1888174) --- manual/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/server.rst b/manual/server.rst index 3f65fbb87e..6a4220de72 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -294,7 +294,7 @@ Or, for Apache:: ServerName myserver.example.com AllowEncodedSlashes On ProxyPreserveHost On - ProxyPass "/" "http://localhost:8080" + ProxyPass "/" "http://localhost:8080/"