Mojolicious::Plugin::ReverseProxy
=================================

A reverse proxy helper plugin for mojolicious

Installation
------------

  perl Makefile.PL
  make
  make install

Since this module requires Mojolicious to work. I have provided
a little script to install a copy locally. This is especially
useful for testing.

   ./setup/build-perl-modules.sh
   make test

Enjoy

Tobi Oetiker <tobi@oetiker.ch>