diff options
Diffstat (limited to 'docker/bugzilla.conf')
-rw-r--r-- | docker/bugzilla.conf | 16 |
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> |