ipsilon / staging: the wsgi is named differently in stg/f36?
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
792f082750
commit
4c4be31afb
1 changed files with 4 additions and 0 deletions
|
@ -20,7 +20,11 @@ RewriteRule ^([a-z0-9_\.-]+)\.id\.fedoraproject\.org/.* /openid/id/$1/ [PT]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
{% if env == "staging" %}
|
||||||
|
WSGIScriptAlias / /usr/libexec/ipsilon/ipsilon
|
||||||
|
{% else %}
|
||||||
WSGIScriptAlias / /usr/libexec/ipsilon/ipsilon.py
|
WSGIScriptAlias / /usr/libexec/ipsilon/ipsilon.py
|
||||||
|
{% endif %}
|
||||||
WSGIDaemonProcess ipsilon user=ipsilon group=ipsilon home=/var/lib/ipsilon/root display-name=ipsilon processes=6 threads=2 maximum-requests=1000
|
WSGIDaemonProcess ipsilon user=ipsilon group=ipsilon home=/var/lib/ipsilon/root display-name=ipsilon processes=6 threads=2 maximum-requests=1000
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
#WSGIRestrictStdout Off
|
#WSGIRestrictStdout Off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue