From 24bd555039c3775b30e90a829c0648d64cd78cce Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 26 Aug 2015 13:57:30 +0000 Subject: [PATCH] This is all under the /static/ path anyways.. --- roles/datagrepper/templates/datagrepper-app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/datagrepper/templates/datagrepper-app.conf b/roles/datagrepper/templates/datagrepper-app.conf index 91237d079a..bda22dad64 100644 --- a/roles/datagrepper/templates/datagrepper-app.conf +++ b/roles/datagrepper/templates/datagrepper-app.conf @@ -21,7 +21,7 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text # Static resources for the datagrepper app. -Alias /datagrepper/css /usr/lib/python2.7/site-packages/datagrepper/static/css +Alias /datagrepper/static/ /usr/lib/python2.7/site-packages/datagrepper/static/ WSGIDaemonProcess datagrepper user=fedmsg group=fedmsg maximum-requests=50000 display-name=datagrepper processes=4 threads=4 inactivity-timeout=300 WSGISocketPrefix run/wsgi