diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 11:23:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-08-08 11:23:40 +0200 |
commit | ef69f01a6c92cefe08fc34c1518bdff72624903b (patch) | |
tree | b0c10307c121928c3c32830905dd025895a71034 /conf/uwsgi.ini.template | |
parent | 3556c80167b21e36476dd0a56ded6e8c4fc0020c (diff) | |
download | Comm-on-net-ef69f01a6c92cefe08fc34c1518bdff72624903b.tar.bz2 Comm-on-net-ef69f01a6c92cefe08fc34c1518bdff72624903b.zip |
Install script
Diffstat (limited to 'conf/uwsgi.ini.template')
-rw-r--r-- | conf/uwsgi.ini.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/uwsgi.ini.template b/conf/uwsgi.ini.template index 089c952..653dc70 100644 --- a/conf/uwsgi.ini.template +++ b/conf/uwsgi.ini.template @@ -2,7 +2,7 @@ # variables projectname = commonnet projectdomain = #URL# # ex: commonnet.myorganization.net -base = /srv/commonnet/ # install path +base = /srv/comm-on-net/ # install path # config plugins = python |