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 f665f5ad7a Since ASF uses Fastly, we do not need to use cloudfront to 
serve files (#1194)
f665f5ad7a is described below

commit f665f5ad7a5b87017f643981f51121fe052b6d39
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat May 10 19:21:12 2025 +0200

    Since ASF uses Fastly, we do not need to use cloudfront to serve files 
(#1194)
---
 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 647d025fa2..b674e0ff3d 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://d7fnmbhf26p21.cloudfront.net/$1 [P]
+RewriteRule (.*) 
https://live-docs-airflow-apache-org.s3.us-east-2.amazonaws.com/$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";

Reply via email to