stackrc: Die if attempting to use mod_wsgi
We do not want to support this anymore. Change-Id: I8823e98809ed6b66c27dbcf21a00eea68ef403e8 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
e8e3eb6dc9
commit
851d82ccca
3
stackrc
3
stackrc
@ -223,6 +223,9 @@ GIT_TIMEOUT=${GIT_TIMEOUT:-0}
|
||||
# proxy uwsgi in front of it, or "mod_wsgi", which runs in
|
||||
# apache. mod_wsgi is deprecated, don't use it.
|
||||
WSGI_MODE=${WSGI_MODE:-"uwsgi"}
|
||||
if [[ "$WSGI_MODE" != "uwsgi" ]]; then
|
||||
die $LINENO "$WSGI_MODE is no longer a supported WSGI mode. Only uwsgi is valid."
|
||||
fi
|
||||
|
||||
# Repositories
|
||||
# ------------
|
||||
|
Loading…
Reference in New Issue
Block a user