diff options
author | Michael Scherer <misc@mageia.org> | 2011-03-08 12:29:49 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-03-08 12:29:49 +0000 |
commit | 6ea188dcf955d9eed1e1cfcd9867c49149155199 (patch) | |
tree | b37e69203cb349749049783967d149b43b6e7311 /modules/buildsystem/templates/vhost_pkgsubmit.conf | |
parent | 8a184fe55e4c791da75ba2774d16b0a3bcafd49a (diff) | |
download | puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar.gz puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar.bz2 puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.tar.xz puppet-6ea188dcf955d9eed1e1cfcd9867c49149155199.zip |
reuse standard apache vhost type ( one less specific configuration file )
Diffstat (limited to 'modules/buildsystem/templates/vhost_pkgsubmit.conf')
-rw-r--r-- | modules/buildsystem/templates/vhost_pkgsubmit.conf | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_pkgsubmit.conf deleted file mode 100644 index d82e43b7..00000000 --- a/modules/buildsystem/templates/vhost_pkgsubmit.conf +++ /dev/null @@ -1,9 +0,0 @@ -<VirtualHost *:80> - ServerName pkgsubmit.<%= domain %> - DocumentRoot /var/www/bs/ - Alias /uploads <%= sched_home_dir %>/uploads - <Location /> - Allow from all - Options Indexes - </Location> -</VirtualHost> |