diff options
Diffstat (limited to 'modules')
-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 |