Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adarosecannon/ada-proxy-core
https://github.com/adarosecannon/ada-proxy-core
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adarosecannon/ada-proxy-core
- Owner: AdaRoseCannon
- Created: 2014-10-19T04:03:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T16:05:24.000Z (almost 9 years ago)
- Last Synced: 2024-10-27T16:30:57.489Z (about 2 months ago)
- Language: JavaScript
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ada-proxy
=========The proxy settings for my ec2.
It handles redirects to from 80 to internal apps based on url.
It also will self update and trigger updates based upon githooks.
http requests can:
* Trigger a command to be run. (Must be at the top of the config)
And one of:
* Be proxied to an internal address.
* Point at a static folder.
* Redirect to another url.https requests can:
* Trigger a command to be run. (Must be at the top of the config)
And one of:
* Be proxied to an internal address.TODO
====Implement automated self testing.