Set statscache httpd location.

This commit is contained in:
Ralph Bean 2015-11-01 21:10:05 +00:00
parent 7710c5d15b
commit 8ca1d2a82e

View file

@ -15,3 +15,8 @@ Alias /static/ /usr/lib/python2.7/site-packages/statscache/static/
Order deny,allow
Allow from all
</Directory>
<Location /statscache>
WSGIProcessGroup statscache
Require all granted
</Location>