This is all under the /static/ path anyways..

This commit is contained in:
Ralph Bean 2015-08-26 13:57:30 +00:00
parent b473c883a6
commit 24bd555039

View file

@ -21,7 +21,7 @@ AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text
</filesmatch>
# 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