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.conf14
1 files changed, 7 insertions, 7 deletions
diff --git a/ledger-smb-httpd.conf b/ledger-smb-httpd.conf
index d3621592..4e3eadb7 100644
--- a/ledger-smb-httpd.conf
+++ b/ledger-smb-httpd.conf
@@ -1,7 +1,7 @@
-Alias /ledger-smb /usr/local/ledger-smb/
+Alias /ledger-smb WORKING_DIR/ledger-smb/
-<Directory /usr/local/ledger-smb>
+<Directory WORKING_DIR/ledger-smb>
AllowOverride All
AddHandler cgi-script .pl
Options ExecCGI Includes FollowSymlinks
@@ -13,27 +13,27 @@ Alias /ledger-smb /usr/local/ledger-smb/
</Files>
</Directory>
-<Directory /usr/local/ledger-smb/users>
+<Directory WORKING_DIR/ledger-smb/users>
Order Deny,Allow
Deny from All
</Directory>
-<Directory /usr/local/ledger-smb/bin>
+<Directory WORKING_DIR/ledger-smb/bin>
Order Deny,Allow
Deny from All
</Directory>
-<Directory /usr/local/ledger-smb/utils>
+<Directory WORKING_DIR/ledger-smb/utils>
Order Deny,Allow
Deny from All
</Directory>
-<Directory /usr/local/ledger-smb/spool>
+<Directory WORKING_DIR/ledger-smb/spool>
Order Deny,Allow
Deny from All
</Directory>
-<Directory /usr/local/ledger-smb/LedgerSMB>
+<Directory WORKING_DIR/ledger-smb/LedgerSMB>
Order Deny,Allow
Deny from All
</Directory>