Okay, we need both dirs.
This commit is contained in:
parent
32c2554520
commit
cdc96ad20a
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ WSGIPythonOptimize 1
|
|||
WSGIScriptAlias /datagrepper /usr/share/datagrepper/apache/datagrepper.wsgi
|
||||
|
||||
<Directory /usr/lib/python2.7/site-packages/datagrepper/static/>
|
||||
Order deny,allow
|
||||
Require all granted
|
||||
</Directory>
|
||||
<Directory /usr/share/datagrepper/apache/>
|
||||
WSGIProcessGroup datagrepper
|
||||
Order deny,allow
|
||||
Require all granted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue