https://github.com/bbc/nmos-reverse-proxy
Reverse proxy library used in NMOS reference implementations
https://github.com/bbc/nmos-reverse-proxy
nmos rd-project rd-section-apmm rd-stability-green
Last synced: 9 months ago
JSON representation
Reverse proxy library used in NMOS reference implementations
- Host: GitHub
- URL: https://github.com/bbc/nmos-reverse-proxy
- Owner: bbc
- License: apache-2.0
- Created: 2017-09-01T10:31:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T22:45:20.000Z (almost 4 years ago)
- Last Synced: 2024-05-23T09:42:22.246Z (over 1 year ago)
- Topics: nmos, rd-project, rd-section-apmm, rd-stability-green
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 16
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NMOS Reverse Proxy
This package includes the NMOS reverse proxy utility. This is used to present multiple APIs on the same machine listening on different ports on a single port. By default this is port 80.
The utility presents a top level directory structure, under which each of the APIs has a path as per the NMOS conventions for APIs.
## Debian packaging
This utility depends on the [nmos-common](https://github.com/bbc/nmos-common). Please make sure this has been installed before proceeding.
This package is only suitable for use with Debian systems, and as such has been debian packaged.
To install:
```
apt-get install devscripts apache2-dev debhelper -y
make deb
dpkg -i reverse-proxy_*_all.deb
sudo apt-get -f -y install
```