mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
Update deploy-koji.sh for koji 1.33
Koji's koji-hub entrypoint has changed so update the deployjment script to reflect the new entrypoint. Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
@@ -183,7 +183,7 @@ EOF
|
||||
|
||||
mkdir -p /etc/httpd/conf.d
|
||||
cat > /etc/httpd/conf.d/kojihub.conf <<- EOF
|
||||
Alias /kojihub /usr/share/koji-hub/kojixmlrpc.py
|
||||
Alias /kojihub /usr/share/koji-hub/kojiapp.py
|
||||
<Directory "/usr/share/koji-hub">
|
||||
Options ExecCGI
|
||||
SetHandler wsgi-script
|
||||
|
||||
Reference in New Issue
Block a user