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:
parent
0302040f3c
commit
792f082750
1 changed files with 0 additions and 10 deletions
|
@ -20,11 +20,7 @@ RewriteRule ^([a-z0-9_\.-]+)\.id\.fedoraproject\.org/.* /openid/id/$1/ [PT]
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% if env == "staging" %}
|
|
||||||
WSGIScriptAlias / /usr/libexec/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
|
||||||
|
@ -40,15 +36,9 @@ WSGIApplicationGroup %{GLOBAL}
|
||||||
WSGIProcessGroup ipsilon
|
WSGIProcessGroup ipsilon
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
{% if env == "staging" %}
|
|
||||||
<Directory /usr/libexec>
|
|
||||||
Require all granted
|
|
||||||
</Directory>
|
|
||||||
{% else %}
|
|
||||||
<Directory /usr/libexec/ipsilon>
|
<Directory /usr/libexec/ipsilon>
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<Directory /usr/share/ipsilon>
|
<Directory /usr/share/ipsilon>
|
||||||
Options +SymLinksIfOwnerMatch
|
Options +SymLinksIfOwnerMatch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue