mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-19 01:55:31 +01:00
OK, so that turned out to be easier than I expected
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user