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.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/ledger-smb-httpd.conf b/ledger-smb-httpd.conf
index bc37e220..3ae246e9 100644
--- a/ledger-smb-httpd.conf
+++ b/ledger-smb-httpd.conf
@@ -33,3 +33,7 @@ Alias /ledger-smb /some/path/to/ledger-smb/
Deny from All
</Directory>
+<Directory /some/path/to/ledger-smb/LedgerSMB>
+ Order Deny,Allow
+ Deny from All
+</Directory>