diff options
-rw-r--r-- | modules/bugzilla/templates/params | 4 |
1 files changed, 2 insertions, 2 deletions
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', |