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, 14 insertions, 0 deletions
diff --git a/templates/cobbler.conf b/templates/cobbler.conf
new file mode 100644
index 0000000..70a63e9
--- /dev/null
+++ b/templates/cobbler.conf
@@ -0,0 +1,14 @@
+# 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>
+