You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gi...@gitbox.apache.org, , bo...@gitbox.apache.org, , ""...@apache.org on 2019/09/28 13:18:18 UTC

[dubbo-website] branch asf-site updated: Automated deployment: Sat Sep 28 13:18:12 UTC 2019 259463ad09b3675cbb9d6b561efea610e0a9514a

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

github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a084ab7  Automated deployment: Sat Sep 28 13:18:12 UTC 2019 259463ad09b3675cbb9d6b561efea610e0a9514a
a084ab7 is described below

commit a084ab7e29099a0f58f2d53708d98f40563c8eea
Author: htynkn <ht...@users.noreply.github.com>
AuthorDate: Sat Sep 28 13:18:12 2019 +0000

    Automated deployment: Sat Sep 28 13:18:12 UTC 2019 259463ad09b3675cbb9d6b561efea610e0a9514a
---
 .htaccess | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.htaccess b/.htaccess
new file mode 100644
index 0000000..dd104c6
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,19 @@
+<IfModule mod_expires.c>
+  ExpiresActive On
+
+  # Images
+  ExpiresByType image/jpeg "access plus 7 days"
+  ExpiresByType image/gif "access plus 7 days"
+  ExpiresByType image/png "access plus 7 days"
+  ExpiresByType image/webp "access plus 7 days"
+  ExpiresByType image/svg+xml "access plus 7 days"
+  ExpiresByType image/x-icon "access plus 7 days"
+
+ 
+  # CSS, JavaScript
+  ExpiresByType text/css "access plus 1 days"
+  ExpiresByType text/javascript "access plus 1 days"
+  ExpiresByType application/javascript "access plus 1 days"
+
+ 
+</IfModule>