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 #