From 979df0cbc47ef5270fc60156250cbbf2a5f33adf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 27 Jun 2017 00:30:32 +0530 Subject: [PATCH] ... --- manual/server.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/server.rst b/manual/server.rst index bf3bb51bd1..6b58bb3b8b 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -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::