Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

HTTP Proxy and ReverseProxy config for Rewrite

A simple configuration that can be used to proxy web traffic to and from an alternate destination.

How to use

  • Include OCPSoft Rewrite in your application's POM file:

     <dependency>
        <groupId>org.ocpsoft.rewrite</groupId>
        <artifactId>rewrite-config-proxy</artifactId>
        <version>${rewrite.version}</version>
     </dependency>
    
  • Run your Rewrite enhanced application!

TODO's

  • Integrate with mod_rewrite style configuration.