Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2017-12-21 21:36:35 +0300
committerAleksander Machniak <alec@alec.pl>2017-12-21 21:36:35 +0300
commit528e82f6c5da2a55924b69db94bc245920528c87 (patch)
tree9a73beeb000040f830d5490ec4d34357a64235c5 /.htaccess
parent55a1d6ef1bcf04b6ca294bd87c1ed780ae65ad3a (diff)
There's no Dockerfile file anymore
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index f9a8976c5..9fc109c47 100644
--- a/.htaccess
+++ b/.htaccess
@@ -33,7 +33,7 @@ RewriteRule ^/?(\.git|\.tx|SQL|bin|config|logs|temp|tests|program\/(include|lib|
# - deny access to composer binaries
RewriteRule ^/vendor\/bin\/.* - [F]
# - deny access to some documentation files
-RewriteRule /?(README\.md|composer\.json-dist|composer\.json|package\.xml|jsdeps.json|Dockerfile)$ - [F]
+RewriteRule /?(README\.md|composer\.json-dist|composer\.json|package\.xml|jsdeps.json)$ - [F]
</IfModule>
<IfModule mod_deflate.c>