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

https://github.com/swisscom/cf-reverse-proxy

Proxy app to make your your HTTP backends publicy accessible
https://github.com/swisscom/cf-reverse-proxy

Last synced: about 1 year ago
JSON representation

Proxy app to make your your HTTP backends publicy accessible

Awesome Lists containing this project

README

          

# CF Reverse Proxy

This small proxy app helps you to make arbitrary HTTP backends available over CF.

## How to use

1. Clone this repo
1. Change the entry `BACKEND_URL` in `manifest.yml` to the backend you want to reverse-proxy.
1. Run `cf push`