aboutsummaryrefslogtreecommitdiffhomepage
path: root/.docker/.htaccess
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-06-17 01:02:50 +0200
committerVirtualTam <virtualtam@flibidi.net>2018-06-17 01:02:50 +0200
commit2a3fe990dd0730fce9465bbef6ad1a01054f775d (patch)
tree4abc8afd3bd63145e66f77f9279de7b246ceb7bd /.docker/.htaccess
parent7cf436cea4d05fe667c479be8b909c55c3f1da40 (diff)
downloadShaarli-2a3fe990dd0730fce9465bbef6ad1a01054f775d.tar.gz
Shaarli-2a3fe990dd0730fce9465bbef6ad1a01054f775d.tar.zst
Shaarli-2a3fe990dd0730fce9465bbef6ad1a01054f775d.zip
docker: build the images from the local sources
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
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>