ipsilon: drop staging conditional on wsgiscriptalias
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b68200e0bc
commit
a180488e0d
1 changed files with 0 additions and 4 deletions
|
@ -20,11 +20,7 @@ RewriteRule ^([a-z0-9_\.-]+)\.id\.fedoraproject\.org/.* /openid/id/$1/ [PT]
|
|||
{% endif %}
|
||||
|
||||
|
||||
{% if env == "staging" %}
|
||||
WSGIScriptAlias / /usr/libexec/ipsilon/ipsilon
|
||||
{% else %}
|
||||
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
|
||||
WSGISocketPrefix run/wsgi
|
||||
#WSGIRestrictStdout Off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue