https://github.com/bcgov/eao-nginx
Nginx configuration for Environmental Assessment Office's EPIC
https://github.com/bcgov/eao-nginx
Last synced: about 2 months ago
JSON representation
Nginx configuration for Environmental Assessment Office's EPIC
- Host: GitHub
- URL: https://github.com/bcgov/eao-nginx
- Owner: bcgov
- License: apache-2.0
- Created: 2017-05-31T22:36:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2026-02-19T20:01:39.000Z (3 months ago)
- Last Synced: 2026-02-19T23:09:41.736Z (3 months ago)
- Language: Go Template
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eao-nginx (rproxy)
Reverse proxy for the EPIC platform. Routes traffic between eagle-public, eagle-admin, eagle-api, and penguin-analytics services.
## Documentation
See the **[Reverse Proxy Configuration](https://github.com/bcgov/eagle-dev-guides/wiki/Reverse-Proxy-Configuration)** wiki page for:
- Routing configuration
- Environment variables
- Deployment procedures
- Troubleshooting
## Quick Reference
| Setting | Value |
|---------|-------|
| Base Image | nginx:1.27-alpine |
| Port | 8080 |
| Branch | `master` |
## Environments
| Environment | URL |
|-------------|-----|
| Dev | https://eagle-dev.apps.silver.devops.gov.bc.ca |
| Test | https://eagle-test.apps.silver.devops.gov.bc.ca |
| Prod | https://projects.eao.gov.bc.ca |
## Deploy
```bash
# Dev (auto on push to master)
gh workflow run deploy-to-dev.yaml
# Test/Prod (manual with version)
gh workflow run deploy-to-test.yaml -f version=v1.0.0
gh workflow run deploy-to-prod.yaml -f version=v1.0.0
```
## License
See [LICENSE](LICENSE)