From 792f0827504f76f5af7d2e640aef41ec2ff6fb4b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 May 2022 17:38:04 -0700 Subject: [PATCH] Revert "ipsilon / staging: fixes for f36" This reverts commit 6d5911cc3c260290666549f19ba2d30e42e3f350. Turns out these are the way the new version installs. ;) --- roles/ipsilon/templates/httpd.conf.j2 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/ipsilon/templates/httpd.conf.j2 b/roles/ipsilon/templates/httpd.conf.j2 index 78125d475a..5f74a413bb 100644 --- a/roles/ipsilon/templates/httpd.conf.j2 +++ b/roles/ipsilon/templates/httpd.conf.j2 @@ -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 -{% if env == "staging" %} - - Require all granted - -{% else %} Require all granted -{% endif %} Options +SymLinksIfOwnerMatch