diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-10-21 19:48:06 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-10-21 19:48:06 +0200 |
commit | 197090f4d4b2f7c9971d28fc8b19a45d7ba245c2 (patch) | |
tree | 01556522aeea12edfb2f41bf06bcc185c364c04d /docs/en/rst/installing | |
parent | 4d6f94f325fde0a41af5df315f27f47c63d6bacc (diff) | |
download | bugzilla-197090f4d4b2f7c9971d28fc8b19a45d7ba245c2.tar.gz bugzilla-197090f4d4b2f7c9971d28fc8b19a45d7ba245c2.tar.xz |
The cookiepath parameter is gone, see bug 399067
Diffstat (limited to 'docs/en/rst/installing')
-rw-r--r-- | docs/en/rst/installing/essential-post-install-config.rst | 4 |
1 files changed, 0 insertions, 4 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..86b9ca517 100644 --- a/docs/en/rst/installing/essential-post-install-config.rst +++ b/docs/en/rst/installing/essential-post-install-config.rst @@ -25,10 +25,6 @@ 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. - 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 - to change the default value. You may want to put your email address in the :param:`maintainer` parameter in the :guilabel:`General` section. This will then let people |