summaryrefslogtreecommitdiffstats
path: root/roles/github2fedmsg/files
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2014-11-14 14:56:35 +0000
committerRalph Bean <rbean@redhat.com>2014-11-14 14:56:35 +0000
commit7ea43f23525b435ca608aac7f7c009d5e8102bbe (patch)
treefd5030d1f89769d1b3792d31a3ba4888fca7bf84 /roles/github2fedmsg/files
parentb88af5e9bddd31406f385e2ab350f5035fc308dc (diff)
downloadansible-7ea43f23525b435ca608aac7f7c009d5e8102bbe.tar.gz
ansible-7ea43f23525b435ca608aac7f7c009d5e8102bbe.tar.xz
ansible-7ea43f23525b435ca608aac7f7c009d5e8102bbe.zip
New apache-isms.
Diffstat (limited to 'roles/github2fedmsg/files')
-rw-r--r--roles/github2fedmsg/files/github2fedmsg.conf3
1 files changed, 2 insertions, 1 deletions
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
<Location />
WSGIProcessGroup github2fedmsg
+ Require all granted
</Location>