]> git.ozlabs.org Git - patchwork/blobdiff - apps/settings.py
views/order: Apply default ordering as secondary
[patchwork] / apps / settings.py
index 537c38053aa92163e7cc9c1d5b157f5e54eb42ef..43a37d8fe539e3da9c6c6a82bdacb99de95536d4 100644 (file)
@@ -114,6 +114,11 @@ ENABLE_XMLRPC = False
 # of patchwork
 COMPAT_REDIR = True
 
+# Set to True to always generate https:// links instead of guessing
+# the scheme based on current access. This is useful if SSL protocol
+# is terminated upstream of the server (e.g. at the load balancer)
+FORCE_HTTPS_LINKS = False
+
 try:
     from local_settings import *
 except ImportError, ex: