##// END OF EJS Templates
Merge pull request #3147 from meteogrid/rproxy_support...
Merge pull request #3147 from meteogrid/rproxy_support Notebook support for a reverse proxy which handles SSL Added a "trust_xheaders" config option to NotebookApp to enable the passing of the xheaders flag to tornado.HTTPServer. This is necessary so tornado can generate the correct wss:// scheme

File last commit:

r3408:261328d5
r10192:b0334932 merge
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *