diff --git a/manual/server.rst b/manual/server.rst index 594e69b3ad..bb1e00a3cc 100644 --- a/manual/server.rst +++ b/manual/server.rst @@ -302,7 +302,7 @@ With nginx, the required configuration is:: } location /calibre { # we need a trailing slash for the Application Cache to work - return 301 $scheme://$host$uri/; + rewrite /calibre /calibre/ permanent; }