summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cobbler/action_sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 054ee9e..f20495f 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -83,7 +83,7 @@ class BootSync:
# This configuration file allows 'cobbler' boot info
# to be accessed over HTTP in addition to PXE.
AliasMatch ^/cobbler(/.*)?$ "/cobbler_webdir$1"
- <Directory "/tftpboot">
+ <Directory "/cobbler_webdir">
Options Indexes
AllowOverride None
Order allow,deny