summaryrefslogtreecommitdiffstats
path: root/contrib/docker/bugzilla.conf
diff options
context:
space:
mode:
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>