The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Toadfarm - One Mojolicious app to rule them all

VERSION
    0.43

DESCRIPTION
    Toadfarm is wrapper around hypnotoad that allow you to mount many
    Mojolicious applications inside one hypnotoad server.

    The Mojolicious::Plugin::Mount plugin is useful if your applications are
    hard coupled, while Toadfarm provide functionality to route requests to
    a standalone application based on HTTP headers instead. This is
    functionality that you expect from a reverse proxy, such as Nginx.

DOCUMENTATION INDEX
    *   Toadfarm::Manual::Intro - Introduction.

    *   Toadfarm::Manual::Config - Config file format.

    *   Toadfarm::Manual::RunningToadfarm - Command line options.

    *   Toadfarm::Manual::BehindReverseProxy - Toadfarm behind nginx.

    *   Toadfarm::Manual::VirtualHost - Virtual host setup.

PLUGINS
    *   Toadfarm::Plugin::AccessLog

    *   Toadfarm::Plugin::Reload

COPYRIGHT AND LICENSE
    Copyright (C) 2014, Jan Henning Thorsen

    This program is free software, you can redistribute it and/or modify it
    under the terms of the Artistic License version 2.0.

AUTHOR
    Jan Henning Thorsen - "jhthorsen@cpan.org"