This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/asf-staging by this push: new f2883bd git-site-role commit from build_staging.sh f2883bd is described below commit f2883bd583283c79d4e012130f0fa7a01e808921 Author: Dave Fisher <d...@davefisher.tech> AuthorDate: Thu Oct 29 10:48:12 2020 -0700 git-site-role commit from build_staging.sh --- content/.htaccess | 3 +++ content/feed.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/content/.htaccess b/content/.htaccess index d49d514..ee070fc 100644 --- a/content/.htaccess +++ b/content/.htaccess @@ -1,3 +1,6 @@ Options +Includes AddOutputFilter INCLUDES .html AddOutputFilter INCLUDES .htm +RewriteEngine On +RewriteCond %{HTTPS} off +RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] diff --git a/content/feed.xml b/content/feed.xml index bd794dc..ca076e5 100644 --- a/content/feed.xml +++ b/content/feed.xml @@ -6,8 +6,8 @@ <atom:link href="http://localhost:8820/feed.xml" rel="self" type="application/rss+xml" /> <description>OpenOffice.org Feed</description> <language>en-us</language> - <pubDate>Thu, 29 Oct 2020 10:25:57 -0700</pubDate> - <lastBuildDate>Thu, 29 Oct 2020 10:25:57 -0700</lastBuildDate> + <pubDate>Thu, 29 Oct 2020 10:48:10 -0700</pubDate> + <lastBuildDate>Thu, 29 Oct 2020 10:48:10 -0700</lastBuildDate> </channel>