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
- Host: GitHub
- URL: https://github.com/oetiker/mojolicious-plugin-reverseproxy
- Owner: oetiker
- Created: 2014-08-13T15:59:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T20:56:19.000Z (almost 6 years ago)
- Last Synced: 2025-01-22T09:42:14.828Z (5 months ago)
- Language: Perl 6
- Size: 23.4 KB
- Stars: 5
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Mojolicious::Plugin::ReverseProxy
=================================A reverse proxy helper plugin for mojolicious
Installation
------------perl Makefile.PL
make
make installSince 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 testEnjoy
Tobi Oetiker