diff --git a/inventory/group_vars/odcs-frontend b/inventory/group_vars/odcs-frontend index 11ec8b98ee..6bfd115b59 100644 --- a/inventory/group_vars/odcs-frontend +++ b/inventory/group_vars/odcs-frontend @@ -31,8 +31,8 @@ fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran # These are consumed by a task in roles/fedmsg/base/main.yml fedmsg_certs: - service: odcs - owner: fedmsg - group: fedmsg + owner: apache + group: apache can_send: [] odcs_target_dir_url: https://odcs.fedoraproject.org/composes diff --git a/inventory/group_vars/odcs-frontend-stg b/inventory/group_vars/odcs-frontend-stg index 79b1af0556..c41eb2d189 100644 --- a/inventory/group_vars/odcs-frontend-stg +++ b/inventory/group_vars/odcs-frontend-stg @@ -31,8 +31,8 @@ fas_client_groups: sysadmin-noc,sysadmin-releng,sysadmin-mbs,sysadmin-veteran # These are consumed by a task in roles/fedmsg/base/main.yml fedmsg_certs: - service: odcs - owner: fedmsg - group: fedmsg + owner: apache + group: apache can_send: [] odcs_target_dir_url: https://odcs.stg.fedoraproject.org/composes diff --git a/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 b/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 index cfedf93fe7..788bf0fbd9 100644 --- a/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 +++ b/roles/odcs/frontend/templates/etc/httpd/conf.d/odcs.conf.j2 @@ -5,7 +5,7 @@ RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} {% endif %} -WSGIDaemonProcess odcs user=odcs group=odcs threads=5 +WSGIDaemonProcess odcs user=apache group=apache processes={{wsgi_procs}} threads={{wsgi_threads}} WSGIScriptAlias /{{ odcs_endpoint }} /usr/share/odcs/odcs.wsgi {% if env == 'staging' %}