diff --git a/roles/datagrepper/templates/datagrepper-app.conf b/roles/datagrepper/templates/datagrepper-app.conf index 2b450e7aa1..49094f1076 100644 --- a/roles/datagrepper/templates/datagrepper-app.conf +++ b/roles/datagrepper/templates/datagrepper-app.conf @@ -22,8 +22,6 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text # Static resources for the datagrepper app. Alias /datagrepper /usr/lib/python2.7/site-packages/datagrepper/static -# Job runner output dir. -Alias /datagrepper/output /var/cache/datagrepper WSGIDaemonProcess datagrepper user=fedmsg group=fedmsg maximum-requests=50000 display-name=datagrepper processes=4 threads=4 inactivity-timeout=300 WSGISocketPrefix run/wsgi