Allow CTS to be served on any hostname

This commit is contained in:
Disassembler 2017-11-29 20:46:58 +01:00
parent 9957096b83
commit aa1735d2d1
2 changed files with 1 additions and 0 deletions
80-cts.sh
cts/srv/cts/cts/settings

0
80-cts.sh Normal file → Executable file

@ -29,6 +29,7 @@ ADMINS = (
)
INTERNAL_IPS = ('127.0.0.1', )
ALLOWED_HOSTS = ['*']
PUBLIC_ROOT = os.path.join(PROJECT_ROOT, 'public')
SENDFILE_ROOT = os.path.join(PUBLIC_ROOT, 'static/protected')
COMPRESS_ENABLED = False