summaryrefslogtreecommitdiff
path: root/ledger-smb-httpd.conf
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-13 03:35:15 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-13 03:35:15 +0000
commit09f58e0c9f556383f2b1c83960415038284e2f48 (patch)
tree1fd0e231b6c1718497dff9106d26c69aedb474a4 /ledger-smb-httpd.conf
parentbca1b1de8173e0f745bec8928cc5a04016f7875b (diff)
Applying Mads' bugfixes
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@546 4979c152-3d1c-0410-bac9-87ea11338e46
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>