Add configuration to block access to hidden files in nginx

This commit is contained in:
Jennie Robinson Faber 2026-03-31 17:50:00 +01:00
parent c22dd91556
commit 1984e64ccd
5 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,9 @@
.env*
*.pem
*.key
*.p12
*.pfx
*.crt
*.cert
credentials.*
secrets.*