Bug 1151803 - Docs: Remove instructions on how to restart varnish

The Varnish config uses |return (pass)| unconditionally, so never
caches anything, so there's no need to suggest restarting it after
making changes to the UI.
This commit is contained in:
Ed Morley 2015-06-17 15:10:02 +01:00
Родитель f1b0b6957f
Коммит 15911f5d77
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -120,15 +120,6 @@ To add a new repository, the following steps are needed:
> sudo /etc/init.d/supervisord restart
Restarting varnish
------------------
You may want to restart varnish after a change in the ui. To do so type
.. code-block:: bash
> sudo /etc/init.d/varnish restart
Executing arbitrary SQL
-----------------------