From 7ea43f23525b435ca608aac7f7c009d5e8102bbe Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 14 Nov 2014 14:56:35 +0000 Subject: New apache-isms. --- roles/github2fedmsg/files/github2fedmsg.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles/github2fedmsg/files/github2fedmsg.conf') diff --git a/roles/github2fedmsg/files/github2fedmsg.conf b/roles/github2fedmsg/files/github2fedmsg.conf index 9c450c204..faff65d86 100644 --- a/roles/github2fedmsg/files/github2fedmsg.conf +++ b/roles/github2fedmsg/files/github2fedmsg.conf @@ -1,4 +1,4 @@ -Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static +Alias /static /usr/lib/python2.7/site-packages/github2fedmsg/static Alias /pngs /usr/share/badges/pngs WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4 @@ -11,5 +11,6 @@ WSGIScriptAlias / /usr/share/github2fedmsg/github2fedmsg.wsgi WSGIProcessGroup github2fedmsg + Require all granted -- cgit