logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Limitations

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

perl v5.34.0                                       2022-06-28                     Perlbal::Plugin::Redirect(3pm)

Name

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

Synopsis

           LOAD redirect

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

See Also