Set statscache httpd location.
This commit is contained in:
parent
7710c5d15b
commit
8ca1d2a82e
1 changed files with 5 additions and 0 deletions
|
@ -15,3 +15,8 @@ Alias /static/ /usr/lib/python2.7/site-packages/statscache/static/
|
||||||
Order deny,allow
|
Order deny,allow
|
||||||
Allow from all
|
Allow from all
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
<Location /statscache>
|
||||||
|
WSGIProcessGroup statscache
|
||||||
|
Require all granted
|
||||||
|
</Location>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue