summaryrefslogtreecommitdiff
path: root/ledger-smb-httpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ledger-smb-httpd.conf')
-rw-r--r--ledger-smb-httpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledger-smb-httpd.conf b/ledger-smb-httpd.conf
index 3ae246e9..92aeb65f 100644
--- a/ledger-smb-httpd.conf
+++ b/ledger-smb-httpd.conf
@@ -7,7 +7,7 @@ Alias /ledger-smb /some/path/to/ledger-smb/
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
- <Files ~ "*\.conf$">
+ <Files ~ "\.conf$">
Order Deny,Allow
Deny from All
</Files>