An open API service indexing awesome lists of open source software.

https://github.com/oetiker/mojolicious-plugin-reverseproxy

A Reverse Proxy Helper for Mojolicious
https://github.com/oetiker/mojolicious-plugin-reverseproxy

Last synced: 3 months ago
JSON representation

A Reverse Proxy Helper for Mojolicious

Awesome Lists containing this project

README

        

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