Changeset - 7e9c80b515af
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 15 years ago 2011-01-06 19:28:20
marcin@python-works.com
fixed middleware for new https fixup
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/config/middleware.py
Show inline comments
 
@@ -59,7 +59,7 @@ def make_app(global_conf, full_stack=Tru
 
            app = StatusCodeRedirect(app, [400, 401, 403, 404, 500])
 

	
 
    #enable https redirets based on HTTP_X_URL_SCHEME set by proxy
 
    app = HttpsFixup(app)
 
    app = HttpsFixup(app, config)
 

	
 
    # Establish the Registry for this application
 
    app = RegistryManager(app)
0 comments (0 inline, 0 general)