From 52c4b2a61f931a6a73e4dd2e7a633486a31eef56 Mon Sep 17 00:00:00 2001 From: Heinz Stockinger Date: Wed, 17 Jul 2019 17:06:26 +0200 Subject: [PATCH] Update DEPLOYMENT.md Added information on configuration change --- DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md index 77697f45..a0cb1ff3 100644 --- a/DEPLOYMENT.md +++ b/DEPLOYMENT.md @@ -465,7 +465,7 @@ It should be possible to create datasets and projects. # Operation Manual -If web application python code is modified, gunicorn should be restarted: +If web the application python code or configuration (e.g. settings_local.py) is modified, gunicorn must be restarted to load the new code/configuration: ```bash sudo systemctl restart gunicorn