From 6cd99719c2a9b3814ee37d87a38adcbf30172141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20Ka=CC=88ser?= Date: Fri, 15 Jan 2016 15:45:57 +0100 Subject: [PATCH] note that additional changes are needed --- coco/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/coco/settings.py b/coco/settings.py index f273e57..56bdd2b 100644 --- a/coco/settings.py +++ b/coco/settings.py @@ -16,6 +16,7 @@ # custom setting, used to run the application in a subdirectory, # trailing slash is needed, i.e. 'sub/' +# make sure to change 'lib/confs/nginx/coco.conf' as well (see comments there) SUBDIRECTORY = '' # Quick-start development settings - unsuitable for production