Merge remote-tracking branch 'bennullgraham/header-based_https_redirect' into develop

This commit is contained in:
rembo10
2012-08-03 22:09:31 +05:30

View File

@@ -35,7 +35,8 @@ def initialize(options={}):
conf = {
'/': {
'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data')
'tools.staticdir.root': os.path.join(headphones.PROG_DIR, 'data'),
'tools.proxy.on': True, # pay attention to X-Forwarded-Proto header
},
'/interfaces':{
'tools.staticdir.on': True,