summaryrefslogtreecommitdiffstats
path: root/docker/bugzilla.conf
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-11-06 23:21:30 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-11-06 23:21:30 +0100
commitaf46939af5dbe914e07c9b1ec0af2560b38ffbc6 (patch)
treee3614dddfd2dff0a027c59345f70343f76619eb5 /docker/bugzilla.conf
parent60bde01b7ffc861a7bfba352af015b2b154e6f1e (diff)
downloadbugzilla-af46939af5dbe914e07c9b1ec0af2560b38ffbc6.tar.gz
bugzilla-af46939af5dbe914e07c9b1ec0af2560b38ffbc6.tar.xz
Bug 1222497 - Refactor the BMO docker image with new file and script structure while minimizing final image size
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>