koji: switch back to config from before for wsgi

We made some changes to try and fix the tagging bug, but that bug was
fixed by a patch to koji. Switch back to the old hub/web config to see
if it fixes the timeouts that are happening.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-02-03 09:37:24 -08:00
parent ffe2fb3014
commit efece090b8
2 changed files with 0 additions and 5 deletions

View file

@ -4,9 +4,6 @@
KeepAlive On
WSGIDaemonProcess koji lang=en_US.UTF-8 processes=20 threads=5
WSGIProcessGroup koji
Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py
<Directory "/usr/share/koji-hub">

View file

@ -7,8 +7,6 @@ MaxRequestWorkers 800
MaxConnectionsPerChild 1000
#We use wsgi by default
WSGIDaemonProcess koji-web lang=en_US.UTF-8 processes=20 threads=5
WSGIProcessGroup koji-web
Alias /koji "/usr/share/koji-web/scripts/wsgi_publisher.py"
#(configuration goes in /etc/kojiweb/web.conf)