From 7bbb2425c7d3da7dc58e1bde64aed3e61fe79b5b Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 6 Jan 2015 21:55:28 +0000 Subject: Bug 1077510: Check a Vagrant/Docker project file (excl DB content) into the Bugzilla repo --- contrib/docker/bugzilla.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 contrib/docker/bugzilla.conf (limited to 'contrib/docker/bugzilla.conf') diff --git a/contrib/docker/bugzilla.conf b/contrib/docker/bugzilla.conf new file mode 100644 index 000000000..3703b41f7 --- /dev/null +++ b/contrib/docker/bugzilla.conf @@ -0,0 +1,16 @@ +User bugzilla +Group bugzilla +ServerName localhost:80 +PerlSwitches -wT +PerlConfigRequire /home/bugzilla/devel/htdocs/bmo/mod_perl.pl + + AddHandler cgi-script .cgi + ServerName localhost + DocumentRoot "/home/bugzilla/devel/htdocs" + + DirectoryIndex index.cgi + Options Indexes FollowSymLinks MultiViews ExecCGI + AllowOverride All + Require all granted + + -- cgit v1.2.3-24-g4f1b