Skip to content

Commit

Permalink
Merge pull request #18 from mhellmeier/patch-1
Browse files Browse the repository at this point in the history
Restrict access to log file

adding .htaccess to restrict access to .env and .json files within directory.
  • Loading branch information
fernwerker authored Aug 24, 2021
2 parents 4532559 + 085da16 commit 4224614
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .htaccess

This file was deleted.

4 changes: 4 additions & 0 deletions .htaccess.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<FilesMatch "\.(env|json)$">
Order allow,deny
Deny from all
</FilesMatch>

0 comments on commit 4224614

Please sign in to comment.