aboutsummaryrefslogtreecommitdiff
path: root/Docker
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-10-11 09:25:43 +0200
committerGravatar GitHub <noreply@github.com> 2024-10-11 09:25:43 +0200
commit91624037c7d73eb545478aab2f8abc55fc224453 (patch)
treec1de6a07d7e30c5e88c3de40fd152e5304722cca /Docker
parentb30a8fa652018025f8ccc6b361823486d04cf390 (diff)
Apache protect more non-public folders and files (#6881)
* Apache protect more non-public folders * Also protect root * Do the same for /p/ * Simplify Require all denied In case of Apache 2.2, it will just make an error 500 instead of 403 * .htaccess.dist * Simplify * Better comment
Diffstat (limited to 'Docker')
-rw-r--r--Docker/.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docker/.htaccess b/Docker/.htaccess
new file mode 100644
index 000000000..b66e80882
--- /dev/null
+++ b/Docker/.htaccess
@@ -0,0 +1 @@
+Require all denied