This is all under the /static/ path anyways..
This commit is contained in:
parent
b473c883a6
commit
24bd555039
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue