summaryrefslogtreecommitdiffstats
path: root/docker/bugzilla.conf
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-07-29 23:08:38 +0200
committerDylan William Hardison <dylan@hardison.net>2016-08-26 00:09:45 +0200
commit5801d06cc966e1f7a0dafd7e2955e2dd5dbfc13f (patch)
tree7fcacc02dc738305a156bba6bacf740cf4a2333f /docker/bugzilla.conf
parent806f97062f7b45516d7b564b5f943d7353cbd946 (diff)
downloadbugzilla-5801d06cc966e1f7a0dafd7e2955e2dd5dbfc13f.tar.gz
bugzilla-5801d06cc966e1f7a0dafd7e2955e2dd5dbfc13f.tar.xz
Bug 1290580 - Rebase docker infra off of CentOS 6
Diffstat (limited to 'docker/bugzilla.conf')
-rw-r--r--docker/bugzilla.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/docker/bugzilla.conf b/docker/bugzilla.conf
deleted file mode 100644
index 1b2b3f2e0..000000000
--- a/docker/bugzilla.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-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>