First draft of a statscache/frontend role.
This commit is contained in:
parent
d23d249652
commit
7710c5d15b
6 changed files with 139 additions and 1 deletions
8
roles/statscache/frontend/files/statscache.wsgi
Normal file
8
roles/statscache/frontend/files/statscache.wsgi
Normal file
|
@ -0,0 +1,8 @@
|
|||
# http://stackoverflow.com/questions/8007176/500-error-without-anything-in-the-apache-logs
|
||||
import logging
|
||||
import sys
|
||||
logging.basicConfig(stream=sys.stderr)
|
||||
|
||||
import statscache.app
|
||||
application = statscache.app.app
|
||||
#application.debug = True # Nope. Be careful!
|
Loading…
Add table
Add a link
Reference in a new issue