From 8f11979d6dce78de1ed53488d4ddeec32dd3bda3 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 17 Nov 2015 19:37:30 -0500 Subject: Revert "Bug 1222497 - Refactor the BMO docker image with new file and script structure while minimizing final image size" This reverts commit af46939af5dbe914e07c9b1ec0af2560b38ffbc6. --- docker/bugzilla.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docker/bugzilla.conf (limited to 'docker/bugzilla.conf') 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 + + AddHandler cgi-script .cgi + ServerName localhost + DocumentRoot "/home/bugzilla/devel/htdocs" + + DirectoryIndex index.cgi + Options Indexes FollowSymLinks ExecCGI + AllowOverride All + Require all granted + + -- cgit v1.2.3-24-g4f1b