Set perms on the static directory.
This commit is contained in:
parent
24bd555039
commit
32c2554520
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue