diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-01 21:05:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-01 21:05:11 +0200 |
commit | 183591d0e09272c0eadb2fc928370ccd965bfd91 (patch) | |
tree | 7609fc700402e10f7fe27a2c7df751d6c8dc8a71 /install/uwsgi.ini.template | |
parent | e0cc2800330d92ad577384ea72659427918f589d (diff) | |
download | Ishtar-183591d0e09272c0eadb2fc928370ccd965bfd91.tar.bz2 Ishtar-183591d0e09272c0eadb2fc928370ccd965bfd91.zip |
Update installation scripts
Diffstat (limited to 'install/uwsgi.ini.template')
-rw-r--r-- | install/uwsgi.ini.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/uwsgi.ini.template b/install/uwsgi.ini.template index 7a20c058c..51a4c5b7f 100644 --- a/install/uwsgi.ini.template +++ b/install/uwsgi.ini.template @@ -2,7 +2,7 @@ # variables projectname = #APP_NAME# projectdomain = #URL# -base = /srv/#DB_NAME#/ishtar/ +base = #INSTALL_PREFIX# # config plugins = python |