summaryrefslogtreecommitdiffstats
path: root/Bugzilla/ModPerl.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/ModPerl.pm')
-rw-r--r--Bugzilla/ModPerl.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/Bugzilla/ModPerl.pm b/Bugzilla/ModPerl.pm
index b4ba36934..19cd1128f 100644
--- a/Bugzilla/ModPerl.pm
+++ b/Bugzilla/ModPerl.pm
@@ -109,13 +109,6 @@ ErrorDocument 500 /errors/500.html
require valid-user
</Location>
-<Location /quantum>
- SetHandler perl-script
- PerlResponseHandler Plack::Handler::Apache2
- PerlSetEnv MOJO_HOME [% cgi_path %]
- PerlSetVar psgi_app [% cgi_path %]/scripts/bugzilla_quantum
-</Location>
-
# directory rules for all the other places we have .htaccess files
[% FOREACH htaccess IN htaccess_files %]
# from [% htaccess.file %]