This commit is contained in:
Mike Macgirvin 2022-12-20 06:03:59 +11:00
parent 1c9224faad
commit 3b660f90ef

View file

@ -101,7 +101,7 @@ server {
# }
# block these file types
location ~* \.(tpl|md|tgz|log|out)$ {
location ~* \.(tpl|tgz|log|out)$ {
deny all;
}