summaryrefslogtreecommitdiffstats
path: root/templates/cobbler.conf
diff options
context:
space:
mode:
Diffstat (limited to 'templates/cobbler.conf')
-rw-r--r--templates/cobbler.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/cobbler.conf b/templates/cobbler.conf
deleted file mode 100644
index 70a63e9..0000000
--- a/templates/cobbler.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# This configuration file allows cobbler data
-# to be accessed over HTTP.
-
-AliasMatch ^/cobbler(/.*)?$ "/cobbler_webdir$1"
-AliasMatch ^/cobbler_track(/.*)?$ "/cobbler_webdir$1"
-AliasMatch ^/cblr(/.*)?$ "/cobbler_webdir$1"
-
-<Directory "/cobbler_webdir">
- Options Indexes FollowSymLinks
- AllowOverride None
- Order allow,deny
- Allow from all
-</Directory>
-