Fix !241 for Apache (FCGI client)

This commit is contained in:
Yadd 2022-02-01 15:15:25 +01:00
parent 8fe116ff7a
commit 3047fa6dd7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sub handler {
SERVER_PORT => $r->get_server_port,
REQUEST_METHOD => $r->method,
};
foreach (qw(VHOSTTYPE RULES_URL)) {
foreach (qw(VHOSTTYPE RULES_URL HTTPS_REDIRECT PORT_REDIRECT)) {
if ( my $t = $r->dir_config($_) ) {
$env->{$_} = $t;
}