diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-09-01 17:32:46 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-09-01 17:32:46 +0000 |
commit | b1b510a61469f3627584b696781b4d20230af0da (patch) | |
tree | 7b35862247c7982d7db207d0ce122fc10f1bea5e /modules/buildsystem/templates | |
parent | be1d68f5f9e2479491e984b382a58594b030754a (diff) | |
download | puppet-b1b510a61469f3627584b696781b4d20230af0da.tar puppet-b1b510a61469f3627584b696781b4d20230af0da.tar.gz puppet-b1b510a61469f3627584b696781b4d20230af0da.tar.bz2 puppet-b1b510a61469f3627584b696781b4d20230af0da.tar.xz puppet-b1b510a61469f3627584b696781b4d20230af0da.zip |
add vhost directory config for infra_2
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r-- | modules/buildsystem/templates/vhost_repository.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_repository.conf b/modules/buildsystem/templates/vhost_repository.conf index 03dc1fd3..58997cbf 100644 --- a/modules/buildsystem/templates/vhost_repository.conf +++ b/modules/buildsystem/templates/vhost_repository.conf @@ -28,6 +28,13 @@ buildsystem_nodes = "2a02:2178:2:7::3/64 2a02:2178:2:7::4/64 2a02:2178:2:7::5/64 Options Indexes FollowSymLinks </Directory> + <Directory /distrib/bootstrap/distrib/infra_2> + Header append Cache-Control "public, must-revalidate" + Order deny,allow + Allow from all + Options Indexes FollowSymLinks + </Directory> + <Directory /distrib/mandriva> Order deny,allow Deny from all |