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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a2789b7  Jekyll build from gh-pages:042e9ed
a2789b7 is described below

commit a2789b762b739e1872e070fc0b67117fd022089f
Author: Christopher Tubbs <[email protected]>
AuthorDate: Wed Dec 19 12:27:19 2018 -0500

    Jekyll build from gh-pages:042e9ed
    
    Redirect http:// links to https:// (#169)
    
    Enforce secure access to https://fluo.apache.org
---
 .htaccess      | 3 +++
 feed.xml       | 4 ++--
 redirects.json | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..0f1face
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} !=on
+RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R,L]
diff --git a/feed.xml b/feed.xml
index 2eb1d56..0f71511 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description>Apache Fluo Website</description>
     <link>https://fluo.apache.org//</link>
     <atom:link href="https://fluo.apache.org//feed.xml"; rel="self" 
type="application/rss+xml" />
-    <pubDate>Tue, 11 Dec 2018 19:16:26 +0000</pubDate>
-    <lastBuildDate>Tue, 11 Dec 2018 19:16:26 +0000</lastBuildDate>
+    <pubDate>Wed, 19 Dec 2018 17:27:15 +0000</pubDate>
+    <lastBuildDate>Wed, 19 Dec 2018 17:27:15 +0000</lastBuildDate>
     <generator>Jekyll v3.7.4</generator>
     
     
diff --git a/redirects.json b/redirects.json
index 2ba2ad7..71f5eb3 100644
--- a/redirects.json
+++ b/redirects.json
@@ -1 +1 @@
-{"/1.0.0-alpha-1-release/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/1.0.0-alpha-1-release-notes/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/release-notes/1.0.0-alpha-1/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/stress-test-long-run/":"https://fluo.apache.org//blog/2014/12/30/stress-test-long-run/","/fluo-talk-at-accumulo-summit/":"https://fluo.apache.org//blog/2015/05/22/fluo-talk-at-accumulo-summit/","/1.0.0-beta-1-release/":"https://fluo.a
 [...]
\ No newline at end of file
+{"/1.0.0-alpha-1-release/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/1.0.0-alpha-1-release-notes/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/release-notes/1.0.0-alpha-1/":"https://fluo.apache.org//release/fluo-1.0.0-alpha-1/","/stress-test-long-run/":"https://fluo.apache.org//blog/2014/12/30/stress-test-long-run/","/fluo-talk-at-accumulo-summit/":"https://fluo.apache.org//blog/2015/05/22/fluo-talk-at-accumulo-summit/","/1.0.0-beta-1-release/":"https://fluo.a
 [...]
\ No newline at end of file

Reply via email to