Add instruction to restart apache

It can be easy, even for seasoned operators, to either forget to restart the
web server or to cautiously avoid restarting the webserver unless instructed
to do so. Since there are notes all over the rest of the documentation to
restart the web server after making configuration changes, add a similar note
to the WebSSO section for consistency.

Change-Id: I1d171a2f0ccc2b70fe3e2e48fe2f2303c515b9a6
This commit is contained in:
Colleen Murphy 2017-02-23 16:08:06 +01:00
parent 51c922e6ff
commit 67b148f988

@ -244,3 +244,9 @@ automatically set that choice to be highlighted by default.
.. code-block:: python
WEBSSO_INITIAL_CHOICE = "credentials"
7. Restart your web server:
.. code-block:: bash
$ sudo service apache2 restart