deny web access to some stuff
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2021-06-06 18:58:11 +02:00
parent 0cfa93f3dc
commit 4e1ef46af3
3 changed files with 6 additions and 0 deletions

4
blog/src/.htaccess Normal file
View File

@ -0,0 +1,4 @@
Deny from all
<FilesMatch "posts\.json">
Allow from all
</FilesMatch>

1
node/.htaccess Normal file
View File

@ -0,0 +1 @@
Deny from all

1
tinylife/.htaccess Normal file
View File

@ -0,0 +1 @@
Options -Indexes