This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 901ac48  Automatic Site Publish by Buildbot
901ac48 is described below

commit 901ac4899c94e96d8a48a9ab6028387da2164700
Author: buildbot <[email protected]>
AuthorDate: Sun Apr 11 20:39:41 2021 +0000

    Automatic Site Publish by Buildbot
---
 output/.htaccess               | 4 +++-
 output/team/reports/index.html | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/output/.htaccess b/output/.htaccess
index 00fe145..99e6d1f 100644
--- a/output/.htaccess
+++ b/output/.htaccess
@@ -1,5 +1,7 @@
 RewriteEngine On
-RewriteRule ^camel/(.*)$ http://camel.apache.org/$1 [R=301,L]
+RewriteCond %{HTTPS} !=on [NC]
+RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
+RewriteRule ^camel/(.*)$ https://camel.apache.org/$1 [R=301,L]
 RewriteRule ^nms.*$ https://activemq.apache.org/components/nms/ [R=301,L]
 RewriteRule ^cms.*$ https://activemq.apache.org/components/cms/ [R=301,L]
 RewriteRule ^artemis/migration.html 
https://activemq.apache.org/components/artemis/migration [R=301,L]
diff --git a/output/team/reports/index.html b/output/team/reports/index.html
index 452bca2..5b43b3f 100644
--- a/output/team/reports/index.html
+++ b/output/team/reports/index.html
@@ -84,7 +84,7 @@
 <div class="content">
   <div class="page-title-main">
     <div class="container">
-      <h1>Team</h1>
+      <h1>Board Reports</h1>
     </div>
   </div>
   <div class="container" >

Reply via email to