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:
parent
e9faa5079e
commit
15503efdc9
1 changed files with 3 additions and 1 deletions
|
@ -327,7 +327,9 @@ KITTYSTORE_URL = 'postgres://kittystoreapp:{{ mailman_ks_db_pass }}@{{ mailman_d
|
||||||
KITTYSTORE_SEARCH_INDEX = '{{ mailman_webui_basedir }}/kittystore_search_index'
|
KITTYSTORE_SEARCH_INDEX = '{{ mailman_webui_basedir }}/kittystore_search_index'
|
||||||
|
|
||||||
# Use SSL when logged in
|
# 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
|
# Only display mailing-lists from the same virtual host as the webserver
|
||||||
FILTER_VHOST = False
|
FILTER_VHOST = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue