From 19bf20ac422e6291cd358f66249c902331b6749a Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 16 Jun 2015 20:57:25 +0000 Subject: Add github2fedmsg to the dynamic fedmsg endpoints stuff. --- roles/github2fedmsg/files/github2fedmsg.conf | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 roles/github2fedmsg/files/github2fedmsg.conf (limited to 'roles/github2fedmsg/files/github2fedmsg.conf') diff --git a/roles/github2fedmsg/files/github2fedmsg.conf b/roles/github2fedmsg/files/github2fedmsg.conf deleted file mode 100644 index faff65d86..000000000 --- a/roles/github2fedmsg/files/github2fedmsg.conf +++ /dev/null @@ -1,16 +0,0 @@ -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 -WSGISocketPrefix run/wsgi -WSGIRestrictStdout On -WSGIRestrictSignal Off -WSGIPythonOptimize 1 - -WSGIScriptAlias / /usr/share/github2fedmsg/github2fedmsg.wsgi - - - WSGIProcessGroup github2fedmsg - Require all granted - - -- cgit