Fix #1888174 [Documentation update needed for Apache Proxy support](https://bugs.launchpad.net/calibre/+bug/1888174)

This commit is contained in:
Kovid Goyal 2020-07-20 09:50:52 +05:30
parent 4ad884f96c
commit 53ffd3ef18
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -294,7 +294,7 @@ Or, for Apache::
ServerName myserver.example.com ServerName myserver.example.com
AllowEncodedSlashes On AllowEncodedSlashes On
ProxyPreserveHost On ProxyPreserveHost On
ProxyPass "/" "http://localhost:8080" ProxyPass "/" "http://localhost:8080/"
</VirtualHost> </VirtualHost>