This commit is contained in:
Kovid Goyal 2017-06-27 00:30:32 +05:30
parent 65efb8eb11
commit 979df0cbc4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -291,7 +291,7 @@ use a URL prefix. Start the calibre server as::
calibre-server --url-prefix /calibre --port 8080
The key parameter here is ``--url-prefix /calibre``. This causes the Content server to serve all URLs prefixed by calibre. To see this in action, visit ``http://localhost:8080/calibre`` in your browser. You should see the normal Content server website, but now it will run under /calibre.
The key parameter here is ``--url-prefix /calibre``. This causes the Content server to serve all URLs prefixed by ``/calibre``. To see this in action, visit ``http://localhost:8080/calibre`` in your browser. You should see the normal Content server website, but now it will run under ``/calibre``.
With nginx, the required configuration is::