]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .docker/.htaccess
docker: build the images from the local sources
[github/shaarli/Shaarli.git] / .docker / .htaccess
diff --git a/.docker/.htaccess b/.docker/.htaccess
new file mode 100644 (file)
index 0000000..f601c1e
--- /dev/null
@@ -0,0 +1,13 @@
+<IfModule version_module>
+  <IfVersion >= 2.4>
+     Require all denied
+  </IfVersion>
+  <IfVersion < 2.4>
+     Allow from none
+     Deny from all
+  </IfVersion>
+</IfModule>
+
+<IfModule !version_module>
+    Require all denied
+</IfModule>