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