From 15911f5d77157a4bc7752bc1b5fa7653c6f13cc3 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Wed, 17 Jun 2015 15:10:02 +0100 Subject: [PATCH] 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. --- docs/common_tasks.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/common_tasks.rst b/docs/common_tasks.rst index fa5da134e..5b9711e16 100644 --- a/docs/common_tasks.rst +++ b/docs/common_tasks.rst @@ -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 -----------------------