You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vk...@apache.org on 2021/01/12 19:47:25 UTC

svn commit: r45386 - /dev/ignite/3.0.0-alpha1-download-test/.htaccess

Author: vkulichenko
Date: Tue Jan 12 19:47:25 2021
New Revision: 45386

Log:
Ignite 3 download test

Modified:
    dev/ignite/3.0.0-alpha1-download-test/.htaccess

Modified: dev/ignite/3.0.0-alpha1-download-test/.htaccess
==============================================================================
--- dev/ignite/3.0.0-alpha1-download-test/.htaccess (original)
+++ dev/ignite/3.0.0-alpha1-download-test/.htaccess Tue Jan 12 19:47:25 2021
@@ -1,3 +1,4 @@
-<FilesMatch "^[^.]+$">
-    ForceType application/octet-stream
-</FilesMatch>
+<Files ignite>
+    ForceType application/x-sh
+    Header set Content-Disposition attachment
+</Files>