diff options
Diffstat (limited to 'docker/files/bugzilla.conf')
-rw-r--r-- | docker/files/bugzilla.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/docker/files/bugzilla.conf b/docker/files/bugzilla.conf deleted file mode 100644 index 857f79d17..000000000 --- a/docker/files/bugzilla.conf +++ /dev/null @@ -1,19 +0,0 @@ -User bugzilla -Group bugzilla -ServerName localhost:80 - -#PerlSwitches -wT -#PerlConfigRequire /home/bugzilla/devel/htdocs/bmo/mod_perl.pl - -<VirtualHost *:80> - #AddHandler perl-script .cgi - 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> |