Tell odcs frontend to run as apache.

This commit is contained in:
Ralph Bean 2017-09-27 19:20:41 +00:00
parent 491b57b42c
commit 0892e24d75
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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' %}