From acf6307fb311c862bf06f0f4688e9dc16ce41b81 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Sat, 12 Feb 2011 13:55:26 +0000 Subject: Enable ssl may not work right now --- modules/bugzilla/templates/params | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/bugzilla/templates') diff --git a/modules/bugzilla/templates/params b/modules/bugzilla/templates/params index 652c8368..fea097a8 100644 --- a/modules/bugzilla/templates/params +++ b/modules/bugzilla/templates/params @@ -83,8 +83,8 @@ 'smtp_username' => '', 'smtpserver' => 'localhost', 'specific_search_allow_empty_words' => 1, - 'ssl_redirect' => 0, - 'sslbase' => '', + 'ssl_redirect' => 1, + 'sslbase' => 'https://bugs.<%= domain %>/', 'strict_isolation' => 0, 'timetrackinggroup' => '', 'upgrade_notification' => 'latest_stable_release', -- cgit v1.2.1