summaryrefslogtreecommitdiffstats
path: root/contrib/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 /contrib/docker/bugzilla.conf
parentf9993e2a669e8dfef0c62f175834dbc9699ee81b (diff)
downloadbugzilla-f1f6f3f45cd113377810cac99c32d8b0728a270a.tar.gz
bugzilla-f1f6f3f45cd113377810cac99c32d8b0728a270a.tar.xz
Bug 1172953: Move contrib/docker/.* to docker/*
Diffstat (limited to 'contrib/docker/bugzilla.conf')
-rw-r--r--contrib/docker/bugzilla.conf16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/docker/bugzilla.conf b/contrib/docker/bugzilla.conf
deleted file mode 100644
index 1b2b3f2e0..000000000
--- a/contrib/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>