Revert "ipsilon / staging: fixes for f36"

This reverts commit 6d5911cc3c.

Turns out these are the way the new version installs. ;)
This commit is contained in:
Kevin Fenzi 2022-05-25 17:38:04 -07:00
parent 0302040f3c
commit 792f082750

View file

@ -20,11 +20,7 @@ RewriteRule ^([a-z0-9_\.-]+)\.id\.fedoraproject\.org/.* /openid/id/$1/ [PT]
{% endif %}
{% if env == "staging" %}
WSGIScriptAlias / /usr/libexec/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
@ -40,15 +36,9 @@ WSGIApplicationGroup %{GLOBAL}
WSGIProcessGroup ipsilon
</Location>
{% if env == "staging" %}
<Directory /usr/libexec>
Require all granted
</Directory>
{% else %}
<Directory /usr/libexec/ipsilon>
Require all granted
</Directory>
{% endif %}
<Directory /usr/share/ipsilon>
Options +SymLinksIfOwnerMatch