This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 36cb267212 Switch back to cloudfront to fix index problems (#1199)
36cb267212 is described below
commit 36cb267212cff65d35f2bb996176b007922b3e92
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon May 12 14:24:50 2025 +0200
Switch back to cloudfront to fix index problems (#1199)
---
landing-pages/site/static/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/landing-pages/site/static/.htaccess
b/landing-pages/site/static/.htaccess
index b674e0ff3d..647d025fa2 100644
--- a/landing-pages/site/static/.htaccess
+++ b/landing-pages/site/static/.htaccess
@@ -1,7 +1,7 @@
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/docs [NC]
-RewriteRule (.*)
https://live-docs-airflow-apache-org.s3.us-east-2.amazonaws.com/$1 [P]
+RewriteRule (.*) https://d7fnmbhf26p21.cloudfront.net/$1 [P]
RedirectMatch Permanent ^/docs/(stable|1.10.10)/api(\.html)?$
"https://airflow.apache.org/docs/apache-airflow/$1/rest-api-ref"
RedirectMatch Permanent ^/docs/(stable|1.10.10)/(cli|macros)(\.html)?$
"https://airflow.apache.org/docs/apache-airflow/$1/$2-ref"