/mojolicious-plugin-reverseproxy

A Reverse Proxy Helper for Mojolicious

Primary LanguagePerl6

Mojolicious::Plugin::ReverseProxy

Build Status

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