##// END OF EJS Templates
fixed middleware for new https fixup
marcink -
r923:7e9c80b5 default
parent child Browse files
Show More
@@ -59,7 +59,7 b' def make_app(global_conf, full_stack=Tru'
59 app = StatusCodeRedirect(app, [400, 401, 403, 404, 500])
59 app = StatusCodeRedirect(app, [400, 401, 403, 404, 500])
60
60
61 #enable https redirets based on HTTP_X_URL_SCHEME set by proxy
61 #enable https redirets based on HTTP_X_URL_SCHEME set by proxy
62 app = HttpsFixup(app)
62 app = HttpsFixup(app, config)
63
63
64 # Establish the Registry for this application
64 # Establish the Registry for this application
65 app = RegistryManager(app)
65 app = RegistryManager(app)
General Comments 0
You need to be logged in to leave comments. Login now