Skip to content

Commit

Permalink
work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
neuhausler committed Apr 8, 2012
1 parent d1296f5 commit 95f6071
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
@@ -1,9 +1,12 @@
# CloudProxy

CloudProxy is a reverse proxy I use to forward request to Tomcat and CouchDB.
CloudProxy serves as a very simple Reverse Proxy forwarding requests to Tomcat and CouchDB.
Using CloudProxy makes Tomcat and CouchDB and potential other internal services accessible via port 80 (http).
Can be used to make services running on Amazon EC2 accessible for applications running on Google AppEngine, which restricts outside calls to port 80.


## Development

CloudProxy requires Erlang R14B03.

To build CloudProxy, simply run `make`:
To build CloudProxy, simply run `make`

0 comments on commit 95f6071

Please sign in to comment.