Just.. run as apache.
This commit is contained in:
parent
db643ca928
commit
ae4389b482
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static
|
Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static
|
||||||
Alias /pngs /usr/share/badges/pngs
|
Alias /pngs /usr/share/badges/pngs
|
||||||
|
|
||||||
WSGIDaemonProcess github2fedmsg user=github2fedmsg group=github2fedmsg maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
|
WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
WSGIRestrictStdout On
|
WSGIRestrictStdout On
|
||||||
WSGIRestrictSignal Off
|
WSGIRestrictSignal Off
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
- name: copy github2fedmsg app configuration
|
- name: copy github2fedmsg app configuration
|
||||||
template: >
|
template: >
|
||||||
src={{ item }} dest="/etc/github2fedmsg/{{ item }}"
|
src={{ item }} dest="/etc/github2fedmsg/{{ item }}"
|
||||||
owner=github2fedmsg group=github2fedmsg mode=0600
|
owner=apache group=apache mode=0600
|
||||||
with_items:
|
with_items:
|
||||||
- github2fedmsg.ini
|
- github2fedmsg.ini
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue