textpattern / server-config

Configuration files for Textpattern project servers.
The Unlicense
2 stars 2 forks source link

Block access to dot files (with exception for `.well-known`) #43

Closed petecooper closed 5 years ago

petecooper commented 5 years ago

Should block access to:

Perhaps a blanket block of dot files with the exception of .well-known directory for TLS certs.

@Bloke @philwareham - do you know of anything in Textpattern or its associated stuff that utilises dot files? I've got working regex to block all but .well-known but I might be missing something.