DOKK / manpages / debian 12 / libperlbal-perl / Perlbal::Plugin::Redirect.3pm.en
Perlbal::Plugin::Redirect(3pm) User Contributed Perl Documentation Perlbal::Plugin::Redirect(3pm)

Perlbal::Plugin::Redirect - Plugin to do redirecting in Perlbal land

    LOAD redirect
    
    CREATE SERVICE redirector
        SET role = web_server
        SET plugins = redirect
        REDIRECT HOST example.com www.example.net
    ENABLE redirector

Right now this can only redirect at the hostname level. Also, it just assumes you want an http: URL.

2022-06-28 perl v5.34.0