Transmit handler local config to handler psgi server init (#2632)
Proposed fix for #2632 (closed)
I changed $self->{protection} to $args->{protection} in Handler::Lib::PSGI init because $self->{*} is no longer set from args since Common::PSGI init runs later now.