Set perms on the static directory.

This commit is contained in:
Ralph Bean 2015-08-26 14:00:09 +00:00
parent 24bd555039
commit 32c2554520

View file

@ -31,7 +31,7 @@ WSGIPythonOptimize 1
WSGIScriptAlias /datagrepper /usr/share/datagrepper/apache/datagrepper.wsgi
<Directory /usr/share/datagrepper/>
<Directory /usr/lib/python2.7/site-packages/datagrepper/static/>
WSGIProcessGroup datagrepper
Order deny,allow
Require all granted