diff --git a/roles/statscache/frontend/templates/statscache.conf b/roles/statscache/frontend/templates/statscache.conf index 5090d392dd..a3bc150d6c 100644 --- a/roles/statscache/frontend/templates/statscache.conf +++ b/roles/statscache/frontend/templates/statscache.conf @@ -15,3 +15,8 @@ Alias /static/ /usr/lib/python2.7/site-packages/statscache/static/ Order deny,allow Allow from all + + + WSGIProcessGroup statscache + Require all granted +