diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 12:52:22 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 12:52:22 +0200 |
commit | d122dcacc3f7d95124f30ee988cebb0873befa34 (patch) | |
tree | 8eb72f1d4e638ac85187f6dc53d6cb1352d458ad /conf | |
parent | 6cc4e9dbd781cf30a7d4108a2d64ed0ac28b2a1e (diff) | |
download | Comm-on-net-d122dcacc3f7d95124f30ee988cebb0873befa34.tar.bz2 Comm-on-net-d122dcacc3f7d95124f30ee988cebb0873befa34.zip |
Install: ALLOWED_HOSTS
Diffstat (limited to 'conf')
-rw-r--r-- | conf/uwsgi.ini.template | 4 |
1 files changed, 2 insertions, 2 deletions
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 |