ReverseProxy [reverseproxy] module
This module is for the Play 1.x series only.
ReverseProxy allows developers to configure web applications to automatically switch between the HTTP and HTTPS protocols per page when used behind a front end Reverse-Proxy server such as Apache, Nginx or Lighttpd.
Configuration is done in Controllers using annotations.
https://github.com/omaroman/reverseproxy
Written by Wayson Clown.
Published releases
0.1 | Nov 07 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install reverseproxy-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> reverseproxy {version}