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/petri-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 559109b Automatic Site Publish by Buildbot
559109b is described below
commit 559109bb506acc207843107e1661016ee62b833c
Author: buildbot <[email protected]>
AuthorDate: Thu Mar 18 17:17:10 2021 +0000
Automatic Site Publish by Buildbot
---
output/.htaccess | 3 +++
1 file changed, 3 insertions(+)
diff --git a/output/.htaccess b/output/.htaccess
new file mode 100644
index 0000000..fa6337a
--- /dev/null
+++ b/output/.htaccess
@@ -0,0 +1,3 @@
+RewriteEngine On
+RewriteCond %{HTTPS} off
+RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]