homerjam / simple-heroku-proxy

A simple proxy app for deploying to Heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Heroku Proxy

A simple node based proxy to hide your ugly URLs.

Deploy

Config

Add json config object using the CONFIG environment variable.

{
  "targets": [
    {
      "target": "https://target-to-proxy.com",
      "route": "/proxy",
      "maxAge": 7200,
      "deleteHeadersPattern": "cf-|cloudflare"
    }
  ]
}

About

A simple proxy app for deploying to Heroku

License:MIT License


Languages

Language:JavaScript 100.0%