summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 4e7ad2302..bb87e499e 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -106,7 +106,7 @@ sub HTTPD_ENV_CONF {
return join( "\n",
"PerlPassEnv LOCALCONFIG_ENV",
- "PerlPassEnv ALLOW_UNSAFE_AUTH_DELEGATION",
+ "PerlPassEnv BUGZILLA_UNSAFE_AUTH_DELEGATION",
map { "PerlPassEnv " . $_ } ENV_KEYS
) . "\n";
}