summaryrefslogtreecommitdiff
path: root/install/nginx.conf.template
AgeCommit message (Collapse)Author
2016-09-02Merge branch 'v0.9' into wheezyÉtienne Loks
2016-09-02Merge branch 'master' into v0.9Étienne Loks
2016-08-30Install: default nginx conf wait after long uwsgi response (refs #3174)Étienne Loks
2016-04-07Adapt templates for the new paths.Cyril Brulebois
With the instance creation script, one ends up without the two extra levels expected by the original installation script, so strip the extra dirs from these templates. NOTE: Applying this patch to the master or v0.9 branches would break the install script. The Debian packaging should probably apply this patch at build time instead. Signed-off-by: Cyril Brulebois <cyril@debamax.com>
2016-04-03Make INSTALL_PREFIX configurable.Cyril Brulebois
Since a comment insisted on this topic, make sure to add a trailing slash if that variable wasn't set properly. This means adjusting the templates in addition to the main script. A slash is kept as a separator in those to keep them readable, which explains the slightly awkward (uwsgi and nginx) sed calls.
2015-04-18Update installation scriptÉtienne Loks
Conflicts: install/install.sh
2015-04-17Install scriptsÉtienne Loks