From 01a3654078b903f649f1fc29790577a45d4daf18 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 25 Nov 2010 11:46:30 +0000 Subject: add pkgsubmit vhost --- modules/buildsystem/templates/vhost_pkgsubmit.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/buildsystem/templates/vhost_pkgsubmit.conf (limited to 'modules/buildsystem/templates') diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_pkgsubmit.conf new file mode 100644 index 00000000..e37f6f8d --- /dev/null +++ b/modules/buildsystem/templates/vhost_pkgsubmit.conf @@ -0,0 +1,13 @@ +<% +pkgsubmit_root = "/home/schedbot/uploads" +%> + + + ServerName pkgsubmit.<%= domain %> + DocumentRoot <%= pkgsubmit_root %> + Alias /uploads /home/schedbot/uploads + + Allow from all + Options Indexes + + -- cgit v1.2.1