summaryrefslogtreecommitdiffstats
path: root/docker/bugzilla.conf
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-09 17:45:47 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-09 17:45:47 +0200
commitf1f6f3f45cd113377810cac99c32d8b0728a270a (patch)
tree9d0fd84ebc4ea15018b2339d2dbfc2a93f23554d /docker/bugzilla.conf
parentf9993e2a669e8dfef0c62f175834dbc9699ee81b (diff)
downloadbugzilla-f1f6f3f45cd113377810cac99c32d8b0728a270a.tar.gz
bugzilla-f1f6f3f45cd113377810cac99c32d8b0728a270a.tar.xz
Bug 1172953: Move contrib/docker/.* to docker/*
Diffstat (limited to 'docker/bugzilla.conf')
-rw-r--r--docker/bugzilla.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/docker/bugzilla.conf b/docker/bugzilla.conf
new file mode 100644
index 000000000..1b2b3f2e0
--- /dev/null
+++ b/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
+<VirtualHost *:80>
+ AddHandler cgi-script .cgi
+ ServerName localhost
+ DocumentRoot "/home/bugzilla/devel/htdocs"
+ <Directory "/home/bugzilla/devel/htdocs">
+ DirectoryIndex index.cgi
+ Options Indexes FollowSymLinks ExecCGI
+ AllowOverride All
+ Require all granted
+ </Directory>
+</VirtualHost>