tbrehm
2012-01-04 5c38f2cb6efe14ec205f6b312d057bbba3d98e02
Fixed: FS#1867 - Wrong Mailman links (http instead of https)?
1 files modified
2 ■■■ changed files
install/tpl/mm_cfg.py.master 2 ●●● patch | view | raw | blame | history
install/tpl/mm_cfg.py.master
@@ -57,7 +57,7 @@
#-------------------------------------------------------------
# If you change these, you have to configure your http server
# accordingly (Alias and ScriptAlias directives in most httpds)
DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/'
DEFAULT_URL_PATTERN = 'https://%s/cgi-bin/mailman/'
PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private'
IMAGE_LOGOS         = '/images/mailman/'