##// END OF EJS Templates
config: Move HttpsFixup middleware up...
config: Move HttpsFixup middleware up Wrapping it around the Pyramid application makes SSL work. Since it also does things with the strict transport security headers, I kept it this way for now. Most probably we can shrink it to only contain the htsts things and use the prefix middleware of paste.

File last commit:

r176:76f9b9a2 stable
r181:7237d87b stable
Show More
.bumpversion.cfg
6 lines | 144 B | text/x-ini | IniLexer
[bumpversion]
current_version = 4.1.1
message = release: Bump version {current_version} to {new_version}
[bumpversion:file:rhodecode/VERSION]