From f597f0b52e886b7ec6d8a743a8967c59c63462ec Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 5 Apr 2018 18:00:51 -0700 Subject: [PATCH] settings: Revise block comment at top of file. Hopefully this is a bit clearer to read. --- zproject/prod_settings_template.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/zproject/prod_settings_template.py b/zproject/prod_settings_template.py index ff208fe17c..2e8f860480 100644 --- a/zproject/prod_settings_template.py +++ b/zproject/prod_settings_template.py @@ -1,13 +1,17 @@ from typing import Optional -# Zulip server-level Settings (to be set by the system administrator). -# -# Remember to restart the server after changes here! Documentation at: +################################################################ +# Zulip Server settings. # +# This file controls settings that affect the whole Zulip server. +# See our documentation at: # https://zulip.readthedocs.io/en/latest/production/settings.html # -# Developer documentation on the Zulip settings system is available at: +# For developer documentation on the Zulip settings system, see: # https://zulip.readthedocs.io/en/latest/subsystems/settings.html +# +# Remember to restart the server after making changes here! +# su zulip -c /home/zulip/deployments/current/scripts/restart-server ## MANDATORY SETTINGS #