https://github.com/toggle-corp/simple-proxy
Simple proxy server based on nginx
https://github.com/toggle-corp/simple-proxy
Last synced: 3 months ago
JSON representation
Simple proxy server based on nginx
- Host: GitHub
- URL: https://github.com/toggle-corp/simple-proxy
- Owner: toggle-corp
- Created: 2021-07-30T04:57:08.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-11-23T11:02:25.000Z (over 1 year ago)
- Last Synced: 2025-01-09T07:13:03.192Z (4 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Proxy
Simple proxy server based on nginx
## Usage
```bash
docker-compose up
```## Description
We are running 3 proxy servers:
- Helix Server on port 8001
- GIDD Server on port 8002
- Drupal Server on port 8003
This has been configured in ./templates/default.conf.templateWe are expecting the client to run on 3001
This has been configured in ./templates/proxy.conf.template