diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-10-21 19:51:07 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-10-21 19:51:07 +0200 |
commit | 3b29cba48914451664ed3aab560fd26973e43b0a (patch) | |
tree | bcb313df1f6ad16023cc777cc0c039af635a693b | |
parent | b35db6c54e69bfffbf84df7fdff250ebbfb5e760 (diff) | |
download | bugs-3b29cba48914451664ed3aab560fd26973e43b0a.tar bugs-3b29cba48914451664ed3aab560fd26973e43b0a.tar.gz bugs-3b29cba48914451664ed3aab560fd26973e43b0a.tar.bz2 bugs-3b29cba48914451664ed3aab560fd26973e43b0a.tar.xz bugs-3b29cba48914451664ed3aab560fd26973e43b0a.zip |
The correct name of the parameter is cookiepath, not cookiebase
-rw-r--r-- | docs/en/rst/installing/essential-post-install-config.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/installing/essential-post-install-config.rst b/docs/en/rst/installing/essential-post-install-config.rst index c5e9c0bc1..1b9fd6b94 100644 --- a/docs/en/rst/installing/essential-post-install-config.rst +++ b/docs/en/rst/installing/essential-post-install-config.rst @@ -25,9 +25,9 @@ The first set of these are in the :guilabel:`Required Settings` section. this is the SSL URL by which people should access Bugzilla's front page. * :param:`ssl_redirect`: Set this if you want everyone to be redirected to use the SSL version. Recommended if you have set up SSL. -* :param:`cookiebase`: Bugzilla uses cookies to remember who each user is. +* :param:`cookiepath`: Bugzilla uses cookies to remember who each user is. In order to set those cookies in the correct scope, you may need to set a - cookiebase. If your Bugzilla is at the root of your domain, you don't need + cookiepath. If your Bugzilla is at the root of your domain, you don't need to change the default value. You may want to put your email address in the :param:`maintainer` |