1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

Start web templating work

This commit is contained in:
David Duque
2020-04-20 15:55:05 +01:00
parent 2ce037af5e
commit b6342d34d2
2 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
# we're blocking dotfiles in the static hosted sites but not the FastCGI-
# handled locations for Nextcloud (which serves user-uploaded files that might
# have this pattern, see #414) or some of the other services.
location ~ /\.(ht|svn|git|hg|bzr) {
location ~ /\.(ht|svn|git|hg|bzr|*.conf) {
log_not_found off;
access_log off;
deny all;