From d122dcacc3f7d95124f30ee988cebb0873befa34 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Aug 2019 12:52:22 +0200 Subject: Install: ALLOWED_HOSTS --- conf/uwsgi.ini.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/uwsgi.ini.template b/conf/uwsgi.ini.template index 653dc70..4be58f4 100644 --- a/conf/uwsgi.ini.template +++ b/conf/uwsgi.ini.template @@ -1,8 +1,8 @@ [uwsgi] # variables projectname = commonnet -projectdomain = #URL# # ex: commonnet.myorganization.net -base = /srv/comm-on-net/ # install path +projectdomain = #URL# +base = /srv/comm-on-net/ # config plugins = python -- cgit v1.2.3