Mailman: don't auto-redirect to SSL

In the Fedora infra, SSL is handled by the proxy and we can't detect it.
This commit is contained in:
Aurélien Bompard 2014-02-04 09:03:33 +00:00
parent e9faa5079e
commit 15503efdc9

View file

@ -327,7 +327,9 @@ KITTYSTORE_URL = 'postgres://kittystoreapp:{{ mailman_ks_db_pass }}@{{ mailman_d
KITTYSTORE_SEARCH_INDEX = '{{ mailman_webui_basedir }}/kittystore_search_index'
# Use SSL when logged in
USE_SSL = True
#USE_SSL = True
# In the Fedora infra, SSL is handled by the proxy and we can't detect it
USE_SSL = False
# Only display mailing-lists from the same virtual host as the webserver
FILTER_VHOST = False