Skip to content

An app for proxying requests to an external deployment for migrating http apps (nginx reverse proxy)

Notifications You must be signed in to change notification settings

zweitag/http-proxy-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-proxy-app

An app for proxying requests to an external deployment for migrating http apps (nginx reverse proxy)

This is an app for proxying HTTP requests to an external deployment. It's useful for migrating existing apps to SetOps. It contains a nginx web server which acts as a reverse proxy to the existing app.

Usage

  1. Build the image:

    make build
    

    This builds http-proxy-app.

  2. Tag and deploy the image as outlined in the SetOps docs.

Configuration

The app is configured with environment variables:

  • NGINX_PROXY

    • Example: https://mydomain.com
    • The existing deployment from which to serve content (i.e., the old application server).
  • PORT

    • Example: 80
    • The port on which the proxy server will listen.

References

About

An app for proxying requests to an external deployment for migrating http apps (nginx reverse proxy)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •