summaryrefslogtreecommitdiffstats
path: root/config/cobbler.conf
blob: 011760a26363b7fb63082c07d29f7104d57990e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This configuration file allows cobbler data
# to be accessed over HTTP.

AliasMatch ^/cblr(.*)?$ "/var/www/cobbler$1"
AliasMatch ^/cobbler_track(.*)?$ "/var/www/cobbler$1"
AliasMatch ^/cobbler(.*)?$ "/var/www/cobbler$1"

<Directory "/var/www/cobbler">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>