ipsilon: Comment out the alias for /ui
If I'm reading ipsilon's code correctly this should now be handled by ipsilon itself. If I'm mistaken, I'll revert and keep looking for the proper fix Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
1eb1b731db
commit
7f3379d854
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ RewriteRule ^([a-z0-9-]+)\.id\.fedoraproject\.org/.* /openid/id/$1/ [PT]
|
|||
{% endif %}
|
||||
|
||||
|
||||
Alias /ui /usr/share/ipsilon/ui
|
||||
#Alias /ui /usr/share/ipsilon/ui
|
||||
WSGIScriptAlias / /usr/libexec/ipsilon
|
||||
WSGIPassAuthorization On
|
||||
WSGIDaemonProcess ipsilon home=/var/lib/ipsilon processes=2 threads=2 maximum-requests=1000
|
||||
|
@ -52,6 +52,7 @@ WSGIRestrictSignal Off
|
|||
<Directory /etc/ipsilon/wellknown>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
<Location /.well-known/browserid>
|
||||
ForceType application/json
|
||||
</Location>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue