aboutsummaryrefslogtreecommitdiffhomepage
path: root/.docker/.htaccess
diff options
context:
space:
mode:
authorVirtualTam <virtualtam+github@flibidi.net>2018-06-20 16:29:06 +0200
committerGitHub <noreply@github.com>2018-06-20 16:29:06 +0200
commit9e425954817621711a528bb3bd2972692a2a528a (patch)
treee692e493688fea3f8d681c093ed574d90d75daa3 /.docker/.htaccess
parentc648fc34f882ca6a62f5a44d1826bbd2b9852845 (diff)
parent55346c1ebed66ce29dee0eee1fec5602b2d26078 (diff)
downloadShaarli-9e425954817621711a528bb3bd2972692a2a528a.tar.gz
Shaarli-9e425954817621711a528bb3bd2972692a2a528a.tar.zst
Shaarli-9e425954817621711a528bb3bd2972692a2a528a.zip
Merge pull request #1156 from virtualtam/v0.8-dockerfile
v0.8 - Build the Docker image from the local sources
Diffstat (limited to '.docker/.htaccess')
-rw-r--r--.docker/.htaccess13
1 files changed, 13 insertions, 0 deletions
diff --git a/.docker/.htaccess b/.docker/.htaccess
new file mode 100644
index 00000000..f601c1ee
--- /dev/null
+++ b/.docker/.htaccess
@@ -0,0 +1,13 @@
1<IfModule version_module>
2 <IfVersion >= 2.4>
3 Require all denied
4 </IfVersion>
5 <IfVersion < 2.4>
6 Allow from none
7 Deny from all
8 </IfVersion>
9</IfModule>
10
11<IfModule !version_module>
12 Require all denied
13</IfModule>