mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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">
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user